
Object Oriented Programming
Quiz by Elakya
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1Which was the first purely object oriented programming language developed?JavaCPythonc++30s
- Q2Which Feature of OOP illustrated the code reusability?InheritanceAbstractionEncapsulationPolymorphism30s
- Q3Which of the two features match each other?Inheritance and EncapsulationEncapsulation and PolymorphismEncapsulation and AbstractionAbstraction and Polymorphism30s
- Q4Which of the following is not type of class?Final ClassStart ClassAbstract ClassString Class30s
- Q5What is the scope of a class nested inside another class?Private scopeDepends on access specifier and inheritance usedProtected scopeGlobal scope30s