Programming (12th Grade)
Object-Oriented Programming
Which of the following best describes 'inheritance' in OOP?
Using functions within functions
Creating instances of classes
A mechanism for reusing code through derived classes
Hiding the implementation details of a class
Next