0
can anyone solve this please
The class Book contains: â The data fields name and price. â The constructor to initialize the data fields. â The setter and getter methods. â A method named show that displays the bookâs information. The class Author contains: â The data fields name, email, gender, and collection Books-objects. â The constructor to initialize the data fields. â The setter and getter methods. â A method named showdata that displays the authorâs information and his/her book information. â A method named books_number that returns the number of books this author has. Write a main program to test your classes
3 Answers
+ 4
Ùۧۏۚ Ù
ÙŰČÙÙŰŰ
show your try first!
0
java program example