What is object inhe...
 
Notifications
Clear all

What is object inheritance in OOP?


(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

What is object inheritance in OOP?


   
Quote
(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

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.


   
ReplyQuote
Share: