Can we call a base class method without creating instance?

Submitted by: Administrator
Yep. But ..

► Its possible If its a static method.

► Its possible by inheriting from that class also.

► Its possible from derived classes using base keyword.
Submitted by: Administrator

Read Online OOP Job Interview Questions And Answers