+ 1
What's the precise definition of a "class member"?
3 Respostas
+ 1
a class member is anything that is inside a class. It can either be class data memebers (its attributes) or class member functions (its behavior)
0
Class members consits of variable declaration and / or functions.
0
A variable that has the entire class as it's scope.