Java OOPs Concept Quiz 1
Time left: 10:00
1. What is encapsulation in Java?
2. What is polymorphism in Java?
3. What is inheritance in Java?
4. Which of the following is an example of method overloading?
5. What is method overriding in Java?
6. What is an abstract class in Java?
7. What is an interface in Java?
8. What is the purpose of the "super" keyword in Java?
9. Can a class implement multiple interfaces in Java?
10. What is the purpose of the "this" keyword in Java?
0 Comments