Options:
- Abstract classes are general and may contain methods without any particular implementation
- OOP improves debugging and testing as the object definition is contained in one place
- OOP promotes code reuse
- OOP incorporates the principles of procedural programming
- Classes contain the definition for what objects are and what they can do
- Polymorphism involves passing on characteristics to child classes
- Objects are code representations of real-world items
1 Answers
The correct answers are:
- Abstract classes are general and may contain methods without any particular implementation
- OOP improves debugging and testing as the object definition is contained in one place
- OOP promotes code reuse
- Classes contain the definition for what objects are and what they can do
- Objects are code representations of real-world items