What's the precise definition of a "class member"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the precise definition of a "class member"?

19th Oct 2015, 3:57 PM
Colin Colby
Colin Colby - avatar
3 Answers
+ 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)
15th Jun 2016, 3:16 AM
Sardor
Sardor - avatar
0
Class members consits of variable declaration and / or functions.
13th Mar 2016, 11:56 AM
Azeem Sultan
Azeem Sultan - avatar
0
A variable that has the entire class as it's scope.
14th Jun 2016, 12:36 AM
Cedric Sambre
Cedric Sambre - avatar