Hello can you clarify me that can we call a base class method without creating instance?
Yes sure
Its possible If its a static method.
Its possible by inheriting from that class also.
Its possible from derived classes using base keyword
Hello can you clarify me that can we call a base class method without creating instance?
Yes sure
Its possible If its a static method.
Its possible by inheriting from that class also.
Its possible from derived classes using base keyword