PDA

View Full Version : Inheritance ?



loveproblemsguruj
08-17-2019, 12:56 AM
Hello Dear,


Please Tell Me What is the Inheritance ?

Mahender
08-26-2019, 03:30 AM
In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object or class, retaining similar implementation. Also defined as deriving new classes from existing ones and forming them into a hierarchy of classes.