diffine derived class
Answers
Answered by
4
A class that was created based on a previously existing class (i.e., base class). A derived class inherits all of the member variables and methods of the base class from which it is derived. Also called a derived type.
Answered by
0
=================================================================
➡️✨Correct Question :-
define derived class.
=================================================================
➡✨️Your answer :-
- derived class (also called a child class or subclass). The derived class automatically has all the fields and methods of the base class.3 All the programmar needs to declare explicitly are members that a queue has but a list lacks—in this case, the enqueue and dequeue methods. We shall see examples shortly in which derived classes have new fields as well.
=================================================================
¯\_(ツ)_/¯
Similar questions