what is mean by inheritance in (IT). c++
Answers
Answered by
1
Inheritance in Object Oriented Programming can be described as a process of creating new classes from existing classes. ... An existing class that is "parent" of a new class is called a base class. New class that inheritsproperties of the base class is called a derived class. Inheritance is a technique of code reuse.
please mark this as brainliest answer and thank me and follow me
please mark this as brainliest answer and thank me and follow me
ShashikantGupta:
you are too good thanks for this !
Similar questions