
L-1 Introduction to OOP
Quiz by Archana Shelke
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
15 questions
Show answers
- Q11. Which of the following is not an OOPS concept?EncapsulationPolymorphismAbstractionException60s
- Q22. Which feature of OOPS described the reusability of code?EncapsulationInheritanceAbstractionPolymorphism60s
- Q33. A single program of OOPS contains _______ classes?Only 999Only 1Any numberOnly 10060s
- Q44. Which two features of object-oriented programming are the same?Encapsulation and AbstractionAbstraction and PolymorphismInheritance and EncapsulationEncapsulation and Polymorphism60s
- Q55. Which feature of OOPS derives the class from another class?EncapsulationPolymorphismData hidingInheritance60s
- Q66. Which of the following OOP concept binds the code and data together and keeps them secure from the outside world?Data hidingInheritancePolymorphismAbstraction60s
- Q77. Which of the following syntax is incorrect for the class definition?class teacher{ teacher( ){ } };None of the mentionedclass student{ student( ){} };student class{ };60s
- Q88. Java is a general purpose object oriented programming language developed byNone of theseMicrosoftI.B.M.Sun Microsystems of U.S.A.60s
- Q99. Every statement in Java language should end with a?A colonFull stopCommaA semicolon60s
- Q1010. JavaIs a robust languageIs a true object oriented languageCompiler generates byte code instructionsAll of these60s
- Q1111. What type of Java Programs can be run inside a Java supported Web Browser?AWTAppletsStand aloneStruts60s
- Q1212. What is an Interpreter?Interpreters are slow to executeAll of theseAn Interpreter converts source code to low-level codeAn interpreter converts instructions line by line60s
- Q1313. What is a Compiler?A Compiler converts all instructions in one go.A compiler converts source code to low-level codeAll of theseCompilers work fast60s
- Q1414. What is the file name extension of a Java source program?.class.java.cpp.exe60s
- Q1515. What software compiles a Java Program?JRE (Java Runtime Environment)JVM (Java Virtual Machine)JDK (Java Developer Kit)Command Prompt60s