What is a proper use of downcasting? – softwareengineering.stackexchange.com

Downcasting means casting from a base class (or interface) to a subclass or leaf class. An example of an downcast might be if you cast from System.Object to some other type. Downcasting is ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "What is a proper use of downcasting? – softwareengineering.stackexchange.com"