What happens when downcasting is done but not explicitly defined in syntax?
(a) Compile time error
(b) Runtime error
(c) Code write time error
(d) Conversion error
I had been asked this question in an interview for job.
Asked question is from Downcasting in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming