What Is Downcasting #1231
What is downcasting?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Downcasting - Quiz No.1.
What is downcasting?
Casting subtype to supertype
Casting supertype to subtype
Casting subtype to supertype and vice versa
Casting anytype to any other type