What is downcasting?
(a) Casting subtype to supertype
(b) Casting supertype to subtype
(c) Casting subtype to supertype and vice versa
(d) Casting anytype to any other type
I got this question in exam.
My query is from Downcasting in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming