C++ Polymorphism Polymorphism is the ability to use an operator or function in different ways. Polymorphism gives different meanings or functions to the operators or functions. Poly, referring to many, signifies the many uses of these ope
Posted : Oct/08/2009 By:
Guru Category:
C/C++/VC++ Total Views :
99 Vote Up:
0 Vote Down:
0 C++ Pure Virtual Function and Virtual Base Class In this C++ tutorial, you will learn about pure virtual function, declaration of pure virtual function and virtual base class, virtual base class and how to implement a virtual base class, explained with examples.
Posted : Oct/08/2009 By:
Guru Category:
C/C++/VC++ Total Views :
127 Vote Up:
0 Vote Down:
0 C++ Static Functions Static member functions have a class scope and they do not have access to the 'this' pointer of the class. When a member is declared as static, a static member of class, it has only one data for the entire class even th
Posted : Oct/08/2009 By:
Guru Category:
C/C++/VC++ Total Views :
126 Vote Up:
0 Vote Down:
0 C++ Void Pointer and Null Pointer In this C++ tutorial, you will learn about two interesting types of pointers; void pointers and Null Pointer. These pointers will be discussed in conjunction with syntax, usage and example.
Posted : Oct/08/2009 By:
Guru Category:
C/C++/VC++ Total Views :
153 Vote Up:
0 Vote Down:
0 C++ Dereference Operator In this C++ tutorial, you will learn how to access the value of variables pointed by the pointer variables using pointer concept discussed in detail.
Posted : Oct/08/2009 By:
Guru Category:
C/C++/VC++ Total Views :
81 Vote Up:
0 Vote Down:
0