Computer Science, asked by xmax, 1 year ago

difference between base class and derived calss

Answers

Answered by MrSarthakarora
6
Derived class:Derived class is a childclass that inherits the properties ofbase class. A base class is a class, in an object-oriented programming language, from which other classesare derived. ... A programmer can extend base class functionality by adding or overriding members relevant to the derived class.

xmax: thank yu soo much
Similar questions