Beginner
Object-Oriented Programming Concepts
Q1 / 100
What is a "class" in object-oriented programming?
Correct! Well done.
Incorrect.
The correct answer is A) A blueprint or template for creating objects, defining their properties and behaviors
A
Correct Answer
A blueprint or template for creating objects, defining their properties and behaviors
Explanation
A class defines the structure (attributes) and behavior (methods) that its objects will have, but is not itself an instance.
Progress
1/100