Featured
-
Binary search in C++
If you want to find the presence of a element in a
by kumar.abhishek
Tags
Multiple Inheritance in C++
C++ supports multiple inheritance unlike java.
In multiple inheritance a class in C++ can have more than one class as it's parent class i.e., it can inherit property from more than one class.
class Area class Perimeter
...