A
Q. Given the following piece of code:
public interface Guard{
void doYourJob();
}
abstract public class Dog implements Guard{ }
which of the following statements is correct?
- Correct Answer - Option(D)
- Views: 23
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.