Definition: A method is a function that belongs to a class in C++ and C#. All objects have methods.
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 ZAlso Known As: a Member Function
Examples:
I added a cleanup method to my resource handling class.

