InterviewSolution
Saved Bookmarks
| 1. |
Multilevel inheritance definition and syntax |
|
Answer» vel INHERITANCE: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.Syntax:In COMPUTER science, the syntax of a computer LANGUAGE is the set of rules that defines the combinations of SYMBOLS that are considered to be correctly structured statements or expressions in that language. |
|