Forum

What is object inhe...
 
Notifications
Clear all

What is object inheritance in OOP?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What is object inheritance in OOP?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
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: