Click here to Skip to main content
15,905,071 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
BlueJ Java question

Book:
fields:
-String bookName
-Author author
And
One constructor to initialize the above fields
One constructor to initialize bookName only

Author
fields
-String name
-String dob
And
One constructor to initialize the above fields

What I have tried:

I really don't know what to do :( How to use two classes

public class Book
Posted
Updated 11-Nov-18 9:20am

1 solution

Go to The Java™ Tutorials[^] and study the sections on classes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900