appthem is based in SE Melbourne

Tel: 0425 703 597
Email: chris@appthem.com

http://appthem.com

Show in Google Maps

Code like the following is a code smell and defies Polymorphism.

Specifically, a base class SHOULD NEVER need to know the details of its derived types.

Changes made to the DerivedType class should only change the DerivedType.

If (this is DerivedType)
{
   ...
}