Inheritance in C++ Inheritance in C++ The capability of a class to derive properties and characteristics from another class is called inheritance . Inheritance […]
Read moreTag: oop concepts
Concepts 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