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 |
|---|---|
| class_name * pointer = &base_class_name; | pointer to a base class |
| virtual type name | declaration of a virtual member |
| polymorphic | a class that declares on inherits a virtual function |
| a member of a class that can be redefined in its derived classes | virtual |
| class that contains atleas one pure virtual function | abstract base class |
| virtual type name () = 0 | declaration of a pure virtual function |
| Terms | 6 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subjects | C++, C plus plus, programming |
| Access | Anyone |
| Edit | Creator Only |