Beginner Object-Oriented Programming Concepts
Q2 / 100

What is an "object" in object-oriented programming?

Correct! Well done.

Incorrect.

The correct answer is B) An instance of a class, with its own state and behavior

B

Correct Answer

An instance of a class, with its own state and behavior

Explanation

An object is a concrete instance created from a class, holding actual data in its attributes.

Progress
2/100