Computer Science, asked by manmohansundha, 10 months ago

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 anishasa
1

Explanation:

Library book= new Library();

in java

Similar questions