Question: Create a class called Book that includes two data members; Publisher ( of type string ) , and Price ( of type float ) .

Create a 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 10 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 100 S.R.
 Create a class called Book that includes two data members; Publisher

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!