5. Which among the following is the correct construct for creating an object named 'book' of the
"Library' class?
a. Library book=new Library;
b. book =new Library();
c Library() book-new Library(): 0 d. Library book-new LibraryO; O
Answers
Answered by
1
Explanation:
Library book= new Library();
in java
Similar questions