Learning Abstraction through Interface
Q1. Which keyword is used to declare an interface in java?
Q2. Which is the correct way to inherit and implement the interface?
Q3. Which one is correct declaration for implementing two interfaces?
Q4. Can we declare an interface as final?
Q5. Which of these access specifiers can be used for an interface?