- Static member and static variable
A static member function and static member variable can be accessed or call without creating objects and by using class name or by. Without using class.
And if the member fun and memberĀ variable doesn’t contain static than it must be call