Question: interface Downloadable { public void download ( ) ;interface Readable extends Downloadable { / / line nlpublic void readBook ( ) ;abstract class Book implements
interface Downloadable public void download;interface Readable extends Downloadable line nlpublic void readBook ;abstract class Book implements Readable line npublic void readBook System out.println Read Book";class EBook extends Book public void readBook Systemout. println Read EBook"; line nAnd given the code fragment:Book bookl new EBook ;bookl. readBook ;What is the result
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
