‹ Back to the paper
Transitive nature of inheritance is implemented through
- (a)Single inheritance
- (b)Multiple inheritance
- (c)Hybrid inheritance
- (d)Multilevel inheritance
Answer
Answer
AICorrect option: (d)
Answer: (d) Multilevel inheritance
The transitive property (if A relates to B, and B relates to C, then A relates to C) is realised by Multilevel inheritance, where a subclass extends a class that is itself a subclass, so members pass down through several levels.
From ISC 2023 Specimen Computer Science Paper 1, question 1(v).