Tuesday, 6 July 2010

Can we call a base class method without creating instance?

Its possible If its a static method.
Its possible by inheriting from that class also.
Its possible from derived classes using base keyword.

No comments:

Post a Comment