C++ vs Java terminology glossary
E.g. there is no such thing as a “method” in C++. As far as the C++ standard is concerned, functions inside classes are always called “member functions”.
Here is a handout from this course (taught by, AFAICT, Jeffrey S. Leon) that helps me understand the Java people.
Leave a Reply