Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| type operator sign (parameters) {/*...*/} | declaration of an operator function |
| c = a + b | implicitly calling a function |
| c = a.operator + b | explicitly calling a function |
| this | keyword that represents a pointer to the object whose member function is being executed; it is a pointer to the object itself |
| static members | known as "class variables", because there is only one unique value for all the objects of that same class |
| Terms | 5 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subjects | C++, C plus plus, programming |
| Access | Anyone |
| Edit | Creator Only |