Question Bank

1085 approved questions from the community

Attributes in a class store the state of an object.

EASY
TRUE FALSE
20s
OOP
by Mohamed

A default constructor has no parameters and is automatically provided if no constructor is defined.

EASY
TRUE FALSE
25s
OOP
by Mohamed

OOP promotes modularity by organizing code into standalone entities that communicate through public interfaces.

EASY
TRUE FALSE
25s
OOP
by Mohamed

In OOP, methods describe the behaviors or actions that objects can perform.

EASY
TRUE FALSE
20s
OOP
by Mohamed

A constructor has the same name as the class.

EASY
TRUE FALSE
20s
OOP
by Mohamed

Objects have identity, state, and behavior.

EASY
TRUE FALSE
20s
OOP
by Mohamed

Inheritance promotes code reuse by allowing classes to acquire attributes and behaviors from parent classes.

EASY
TRUE FALSE
25s
OOP
by Mohamed

Which access specifier makes class members accessible within the class and its subclasses?

EASY
SINGLE CHOICE
25s
OOP
by Mohamed

A parameterized constructor accepts parameters for custom initialization.

EASY
TRUE FALSE
20s
OOP
by Mohamed

Which access specifier makes class members globally accessible to all classes?

EASY
SINGLE CHOICE
25s
OOP
by Mohamed

What is polymorphism in OOP?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

What is abstraction in OOP?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

What is the purpose of abstraction in OOP?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

What is inheritance in OOP?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

What is a class in OOP?

EASY
SINGLE CHOICE
25s
OOP
by Mohamed

What is an object in OOP?

EASY
SINGLE CHOICE
25s
OOP
by Mohamed

Which access specifier makes class members accessible only within the defining class?

EASY
SINGLE CHOICE
25s
OOP
by Mohamed

What are the three core characteristics of an object?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

What is encapsulation in OOP?

EASY
SINGLE CHOICE
30s
OOP
by Mohamed

Which of the following are core principles of Object-Oriented Programming? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
OOP
by Mohamed
PreviousPage 8 of 55Next