| A | B |
| members | Functions and variables that are prototyped and declared in a class definition |
| information hiding | data protection that is an important benefit of encapsulation |
| constructors | tells the compiler how to create an object in memory and what the initial values of its data will be |
| default constructor | a constucot used when the object is instanciated with no arguments |
| copy constructor | a constructor that recieves a reference to another object as an argument and is used when objects are passed to functions by values |
| member function | sllow programmers using an object to send information to an object and recieve information from an object |
| scope-resolution operator | the operator that seperates the class name and the function name in a member |
| Mrs Chapman | the nicest teacher |