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