Notifications
Clear all
Topic starter 27/10/2024 6:42 pm
What is object inheritance in OOP?
Topic starter 27/10/2024 6:42 pm
In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object (prototype-based inheritance) or class (class-based inheritance), retaining similar implementation.