Computer Science, asked by anjaliyadav2608, 9 months ago

multilevel inheritance definition and syntax​

Answers

Answered by subhrajena189
0

Answer:

When a class extends a class, which extends anther class then this is called multilevel inheritance. If we take the example of this diagram, then class C inherits class B and class B inherits class A which means B is a parent class of C and A is a parent class of B.

Explanation:

❤HOPE IT HELPS YOU DEAR❤

Answered by chanderveeryadav382
0

Answer:

When a class extends a class, which extends anther class then this is called multilevel inheritance. ... If we take the example of this diagram, then class C inherits class B and class B inherits class A which means B is a parent class of C and A is a parent class of B.

Similar questions