Core JavaโบOOP Concepts
OOP Concepts
0 / 10 answered
๐Read each question carefully and select the best option. Your progress is saved automatically.
01
Which concept hides the internal implementation details?
02
Which concept binds data and methods into a single unit?
03
Which keyword is used to inherit a class?
04
Can a class extend multiple classes in Java?
05
Method overriding is an example of:
06
Which of these is used to call a parent class constructor?
07
Can we instantiate an abstract class?
08
What is a method with the same name but different parameters called?
09
Which access modifier restricts access to within the same class?
10
What relationship is "IS-A" represented by?