Definition: In Object Oriented Programming, a member is any function or variable in a class or object.
Member functions and methods tend to be used interchangeably.
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZExamples:
If an object has no member variables then it's not really an object.

