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.