Given the following piece of code:public interface Guard{ void doYourJob();}abstract public class Dog implements Guard{ }which of the following statements is correct?

TRUE ANSWER : ?
YOUR ANSWER : ?

Which of the following is a correct interface?

TRUE ANSWER : ?
YOUR ANSWER : ?