Search:

Type: Posts; User: Tate

Search: Search took 0.10 seconds.

  1. Thread: Linking class's

    by Tate
    Replies
    3
    Views
    1,580

    Re: Linking class's

    I figured it out it was just creating the instance varaible for the auther class that I was really missing once I got that it was straight forward enough and i've done it pritty much how you've...
  2. Thread: Linking class's

    by Tate
    Replies
    3
    Views
    1,580

    Linking class's

    Hi I have the following three class's:


    public class Book {


    String bookTitle; //attributes
    String author;
    double price;
    int isbn;
Results 1 to 2 of 2