OOP | REX03

OOP | REX03

University

10 Qs

quiz-placeholder

Similar activities

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

OOP Kuiz 1

OOP Kuiz 1

University

12 Qs

DesignPatterns

DesignPatterns

University

9 Qs

BINARY BRAINS

BINARY BRAINS

University

10 Qs

OBJECT ORIENTED PROGRAMMING WITH JAVA

OBJECT ORIENTED PROGRAMMING WITH JAVA

University

10 Qs

The OOP Quiz

The OOP Quiz

University

10 Qs

Final Exam Review

Final Exam Review

University

13 Qs

OOP | REX03

OOP | REX03

Assessment

Quiz

Computers

University

Hard

Created by

Gergő Morvai

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a pillar of Object-Oriented Programming (OOP)?

Inheritance

Polymorphism

Encapsulation

Compilation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a class in OOP?

To execute code

To store data

To serve as a blueprint for creating objects

To define program flow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the __init_ _ method do in a Python class?

It is a class attribute.

It is a regular method that can be called anytime.

It is a special method that initializes object attributes when an object is created.

It is a method that is called when an object is deleted.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes inheritance in OOP?

Creating new objects from existing ones

Defining the structure of a class

Allowing a class to inherit attributes and methods from another class

Hiding complex implementation details

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is polymorphism in OOP?

The ability of an object to change its class during runtime

The ability of different classes to use the same method name but perform different actions

The process of bundling data and methods within a class

The ability of a class to have multiple constructors

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a benefit of encapsulation?

Code reusability

Data protection

Code readability

Program execution speed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of accessors (getters) in encapsulation?

To modify attribute values

To define class attributes

To retrieve attribute values

To control program flow

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?