
Object Oriented Programming

Quiz
•
Computers
•
12th Grade
•
Easy
Archana Kumaravel
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main principle of object-oriented programming?
Inheritance of properties from a parent class.
Polymorphism through method overloading.
Encapsulation of data and behavior into objects.
Static typing of all variables in the program.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Define a class in the context of OOP.
A class is a type of variable used in programming.
A class is a function that executes code.
A class is a collection of data without any methods.
A class is a blueprint for creating objects that defines attributes and methods.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an object in object-oriented programming?
An object is a function that performs actions.
An object is an instance of a class that contains data and methods.
An object is a type of variable that cannot hold data.
A class is a blueprint for creating objects.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of inheritance in OOP.
Inheritance is a method for creating new classes without any relationship to existing ones.
Inheritance allows a subclass to inherit attributes and methods from a superclass, promoting code reuse and establishing a class hierarchy.
Inheritance is a way to delete attributes and methods from a superclass.
Inheritance allows a subclass to override all methods of its superclass without any restrictions.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is polymorphism and how is it used in OOP?
Polymorphism is a design pattern used for database management.
Polymorphism restricts objects to a single class type in OOP.
Polymorphism is a method of data encryption in programming.
Polymorphism allows objects of different classes to be treated as instances of a common superclass, enabling method overriding and interface implementation in OOP.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe encapsulation and its importance in OOP.
Encapsulation allows unrestricted access to all class components.
Encapsulation is only relevant in procedural programming, not OOP.
Encapsulation is the process of separating data from methods in OOP.
Encapsulation is the practice of bundling the data (attributes) and methods (functions) that operate on the data into a single unit or class, while restricting access to some of the object's components.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between an abstract class and an interface?
An abstract class can have multiple inheritance, while an interface cannot have any inheritance.
An abstract class can have implemented methods and state, while an interface cannot have implemented methods (except default methods) and cannot maintain state.
An abstract class cannot have any methods, while an interface can have multiple implemented methods.
An abstract class can only be instantiated, while an interface cannot be instantiated at all.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Objects & Classes

Quiz
•
11th - 12th Grade
10 questions
4.1 Introduction to Java Program

Quiz
•
12th Grade
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
8 questions
Understanding Python OOP Basics

Quiz
•
12th Grade
15 questions
Unit 3 Computing 009

Quiz
•
12th Grade
14 questions
Polymorphism in OOP

Quiz
•
12th Grade
8 questions
A Level OOP

Quiz
•
12th Grade - University
10 questions
Java Inheritance

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade