Computer Science, asked by almaskhanam669, 4 months ago

defference between base class and derived ​

Answers

Answered by cuurooj
1

Answer:

The main difference between base class and derived class in C++ is that base class is the already existing class while derived class is the class that can inherit the properties and methods of the base class. In other words, base class is the old class whereas derived class is the new class.

Answered by lavish10313
2

Answer:

Base Class: A base class is a class in Object-Oriented Programming language, from which other classes are derived. ... A base class is also called parent class or superclass. Derived Class: A class that is created from an existing class. The derived class inherits all members and member functions of a base class.

Explanation:

OKAY....

Similar questions