Multiple Inheritance in C++

Posted by Neha P.
6
Sep 22, 2021
32 Views
Inheritance is the process of creating new classes based on existing classes. It allows programmers to create classes by extending the functionality of other classes without having to redefine everything.
Comments
avatar
Please sign in to add comment.