Assume class Book has following private properties : a) Author-author of the book b) Publisher-publisher of the book c)
Posted: Tue Jul 12, 2022 8:28 am
statement to create an object named myBook for class Book.
Assume class Book has following private properties : a) Author-author of the book b) Publisher-publisher of the book c) Price - price of the book There is a constructor which accepts three arguments and assigns them to the appropriate properties. Write a