How To Prevent The Classcastexceptions #1240
How to prevent the ClassCastExceptions?
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.
How to prevent the ClassCastExceptions?
By using instanceof
By using is-a check
By using arrow operator with check function
By checking type of conversion