| method |
| List of: | Glossary Items | |
| Subjects: | C++ Interface | |
| Contents: | Glossary | |
| A method (also known as a member function) is a function associated with a C++ object, and that has direct access to that object's data. It is defined as part of a C++ class in the same way a data member is defined. | |||||