We can use the static member functions and static data member __________________

We can use the static member functions and static data member __________________ Correct Answer Even if class object is not created

The static members are property of class as a whole. There is no need of specific objects to call static members. Those can be called directly or with class name.
Bissoy MCQ

Related Questions

Abstract class A has 4 virtual functions. Abstract class B defines only 2 of those member functions as it extends class A. Class C extends class B and implements the other two member functions of class A. Choose the correct option below.