Answers

Question and Answer:

  Home  OOP

⟩ Can we call a base class method without creating instance?

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.

 217 views

More Questions for you: