#11Multiple Choice
Given:
And given the code fragment:
Book book1 = new EBook();
book1.readBook();
Which option enables the code to compile?
Given:
And given the code fragment:
Book book1 = new EBook();
book1.readBook();
Which option enables the code to compile?