Quote Originally Posted by nuzzle View Post
No because you're accessing the object as a Base object.

I often do this in polymorphic designs to enforce that derived type objects are used only as base type objects. Methods just aren't accessible in derived objects.
How can they not be accessible considering my first post's sample code and output?