Object Oriented MCQ Set 1 1. What is downcasting? a) Casting subtype to supertype b) Casting supertype to subtype c) Casting subtype to super type and vice versa d) Casting anytype to any other type AnswerAnswer: b [Reason:] The downcasting concept includes only the casting of supertypes to the sub types. This casting is generally…