Question Bank

1899 approved questions from the community

What is cohesion in OOP?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

In hierarchical inheritance, one base class is inherited by multiple subclasses.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

Polymorphism allows objects of derived classes to be treated as objects of their base class.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

What is the difference between method overloading and method overriding?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

What is coupling in OOP?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

A constructor can have a return type.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

What is a destructor or finalizer in OOP?

MEDIUM
SINGLE CHOICE
30s
OOP
by Mohamed

Destructors are primarily used for releasing resources before an object is destroyed.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

Garbage collection in languages like Java and C# automatically manages memory reclamation.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

What relationship does inheritance establish between classes?

MEDIUM
SINGLE CHOICE
30s
OOP
by Mohamed

What is late binding in the context of polymorphism?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

High cohesion means that a class has multiple unrelated responsibilities.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

What is the main difference between procedural and object-oriented programming?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

An interface can have both method declarations and concrete method implementations in all programming languages.

MEDIUM
TRUE FALSE
30s
OOP
by Mohamed

What relationship does composition establish between classes?

MEDIUM
SINGLE CHOICE
30s
OOP
by Mohamed

What is common coupling?

MEDIUM
SINGLE CHOICE
35s
OOP
by Mohamed

In OOP, what does it mean when we say a class is 'instantiated'?

MEDIUM
SINGLE CHOICE
30s
OOP
by Mohamed

Loose coupling is generally preferred in software design.

MEDIUM
TRUE FALSE
25s
OOP
by Mohamed

What is a constructor in OOP?

MEDIUM
SINGLE CHOICE
30s
OOP
by Mohamed

What is aggregate storage in document stores like MongoDB?

MEDIUM
SINGLE CHOICE
35s
NoSQL
by Mohamed
PreviousPage 13 of 95Next