what is inheritance on C++? Please help me my exam is knocking the door
Answers
Answered by
2
Answer:
In C++, inheritance is a process in which one object acquires all the properties and behaviors of its parent object automatically. In such way, you can reuse, extend or modify the attributes and behaviors which are defined in other class.
Similar questions