Difference between base class and derived class?
Answers
Answered by
6
Hey dude,
Base class: A base class is a class, in an object-oriented programming language, from which other classes are derived. The class which inherits the base class have all members of base as well as can also have some additional data.
❦Its Rowdy Babe❦
Answered by
3
Some differences between Base class and Derived class.
Explanation:
Base class :
- The class is inherited from some other class.
- The already defined class seems to be the parent class as well as the superclass. We name it even the class of base(base class), too.
Derived class :
- The class which is inherited from either the base class.
- The derived class seems to be the class that could use currently defined class assets as well as techniques. It is indeed a unique kind of class.
Learn more:
https://brainly.in/question/2797400
https://brainly.in/question/2797400
Similar questions