What is the use of static data members in a class?
Answers
Answered by
1
ststic data members creates one copy of object for the whole class which which means less memory usage also static data members are initialized by 0
Similar questions