Can you call the base class method without creating an instance ?
Can you call the base class method without creating an instance? Ravi Vishwakarma 423 23 Aug 2021 Can you call the base class method without creating an instance?
Yes, if that base class is inherited into its derived class and methods of base class is declared with public or protected access modifier.