Computer Science, asked by adityareet2006, 9 months ago

Differentiate between parent and base class ........ atleast 2 points

Answers

Answered by Attitude2911
3

Answer:

hey mate✌☺❤

Explanation:

➡The class from which the other classes are derived through the process of inheritance is called parent class.

➡It is also called super class or base class.

▶The class that inherits the properties from a base class is called derived class.

▶It is also called sub-class.

Hope it helps

Answered by khannasudhir12
3

Answer:

Explanation:

A base class is the class from which the

derived class and all its derived classes are derived.

The derived class is the class that derives

from another class - it's similar in relationship

to parents and child however it goes more

than that - it could be grand parent and

great great great grandchild. it is not siblings

classes though .

Here's a code explain in above picture

( in c++).

Attachments:
Similar questions