Question: Create a jaca class called Book that includes two data members; Publisher ( of type string ) , and Price ( of type float )
Create a jaca class called Book that includes two data members; Publisher of type string and Price of type float The class should also contain the following:
Two overloaded constructors for class default and full parametrized
Set method for the publisher, make sure it is more than characters.
Set method for the price, negative numbers are not allowed.
Get method for the price.
Print method to print the book's data.
In the main method, create two objects of the Book class, and print the Book's data only if their price exceeds SR
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
