1.

Can We Call A Base Class Method Without Creating Instance?

Answer»

Its possible If its a static METHOD.
Its possible by inheriting from that class also.
Its possible from DERIVED CLASSES USING base KEYWORD.

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



Discussion

No Comment Found