Friday, 4 January 2013

How can we call the base method without creating an instance? | OOPS

Yes, it is possible to call the base method without creating an instance. And that method should be,.
Static method.
Doing inheritance from that class.-Use Base Keyword from derived class.

No comments: