Java Games: Flashcards, matching, concentration, and word search.

C++ Computer Programming Vocabulary & Terms 6

Classes & Objects

AB
A user-defined typeclass
A constant belonging to a classconstant data member
A member function that is automatically called when an object is instantiatedconstructor
An identifier associated with a classinstance
Declare an objectinstantiate
A function that belongs to a classmember function
Sometimes used to refer to a member functionmethod
A member function that overloads a C++ built-in operatoroperator member function
An instance of a classobject
Overloaded operator in the string class that concatenates strings+ AND +=
Keyword used to define an object as a parameter than cannot be changedconst
A String member function that returns the position of a caracter or string in the calling String objectfind()
A class in the iostream library that is used for input/outputios
A String member function that returns the number of characters of the calling String objectlength()
A String member function that returns a substring of the calling String objectsubstr()
A class in the toplist library that is used to create a file of data itemsTopListClass


Mrs. Wingbermuehle

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities