Object-Oriented Programming (OOP)
Which term refers to a blueprint that defines the properties and behaviors that objects created from it will have?
- A. Method overloading
- B. Interface
- C. Class ✓
- D. Multiple inheritance
Correct answer
C. Class
Explanation
Class refers to a blueprint that defines the properties and behaviors that objects created from it will have.