Multilevel Inheritance in C++ Multilevel Inheritance in C++ MULTILEVEL INHERITANCE : In this type of inheritance the derived class inherits from a class, which in […]
Read moreTag: inheritance
Single Inheritance in C++
Single Inheritance in C++ Single Inheritance in C++ Single Inheritance : In single inheritance, a class is allowed to inherit from only one class. […]
Read moreInheritance in C++
Inheritance in C++ Inheritance in C++ The capability of a class to derive properties and characteristics from another class is called inheritance . Inheritance […]
Read moreConcepts of OOPs in C++
Concepts of OOPs in C++ Concepts of OOPs in C++ There are some basic concepts of OOPs : Class Object Encapsulation Abstraction Polymorphism Inheritance […]
Read more
Recent Comments