This is the characteristic of the static member function of a class

1.8 This is the characteristic of the static member function of a class
A) It can be called using the class name instead of its objects
B) It cannot have static data members
C) It must be defined private section of the class
D) None of the above


Leave a Reply