Train with a Trainee: Week 2 Part C, Methods And Return
Posted by Stormy Beach+ on October 27, 2010
Here is where we left off. We created a Class (book.java) then we created a book object inside (Store.java). Then we took the Object (book1) in the Store.java file and invoked it inside the book.java file. So the Main class (book) referenced the book1 object to run the application and deliver to us...
1















