Java OOPs Concept Quiz 2
Time left: 10:00
1. What is an abstract method in Java?
2. Can a class be both abstract and final in Java?
3. What is the purpose of a constructor in Java?
4. What is the purpose of method overriding in Java?
5. What is the main difference between an interface and an abstract class in Java?
6. Can an abstract class have a constructor in Java?
7. What is the purpose of the "this" keyword in Java?
8. What is the purpose of the "super" keyword in Java?
9. What is the purpose of method overloading in Java?
10. Can a constructor be private in Java?
0 Comments