Networking, Programming and Graphics Tutorials

Virtual functions - C++ [1/1]

Type:
Virtual functions - C++
Level: Expert Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials 
Virtual functions - C++
Date: 2006-Dec-12
Virtual functions - C++
Visited: 1459 times
Virtual functions - C++
Rating: Virtual functions - C++
Virtual functions - C++
Author: Alex Plumpton

We know that polymorphism is the ability to refer to objects without any regard to classes. Hence, this requites a single pointer to refer to the objects of different classes.

Virtual function 

Baseclass_name <pointer> = &derived_object

Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Virtual functions - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: c++ virtual functions tutorial  tutorials on Virtual Functions in C++  tutorials on virtual functions  virtual functions in C++ tutorials  virtual functions and hybrid inheritance  virtual functions in multilevel inheritance + c++  virtual functions + multi level inheritance in c++  tutorial on virtual functions input and output in c++  virtual functions in multi level classes in C++  how to use virtual dub