Basic and Advance Programming Question:

What is Downcasting in Programming?

Programming Interview Question
Programming Interview Question

Answer:

Downcasting concept is the casting from a general to a more specific type, i.e. casting down the hierarchy in programming.


Previous QuestionNext Question
Who were the three famous amigos and what was their contribution to the object community?Can a method be overloaded based on different return type but same argument type in programming?