Beginner Object-Oriented Programming Concepts
Q27 / 100

In most class-based OOP languages, what keyword is commonly used to create a new object instance?

Correct! Well done.

Incorrect.

The correct answer is B) new

B

Correct Answer

new

Explanation

The "new" keyword allocates memory for an object and calls its constructor to initialize it.

Progress
27/100