Sail E0 Webinar
Question
Given the following piece of code:public interface Guard{ void doYourJob();}abstract public class Dog implements Guard{ }which of the following statements is correct?
Options:
A .  This code will not compile, because in the declaration of class Dog we must use the keyword extends instead of implements.
B .  This code will compile without any errors.
C .  This code will not compile, because class Dog must implement method doYourJob() from interface Guard.
D .  This code will not compile, because method doYourJob() in interface Guard must be defined abstract.
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers