Networking, Programming and Graphics Tutorials

Polymorphism - C++ [1/1]

Type:
Polymorphism - C++
Level: Intermediate Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials 
Polymorphism - C++
Date: 2006-Dec-08
Polymorphism - C++
Visited: 5130 times
Polymorphism - C++
Rating: Polymorphism - C++
Polymorphism - C++
Author: Alex Plumpton

Polymorphism is another important feature of Object Oriented Programming.Polymorphism means one function existing in many forms.There will be many functions of the same name and only the number of parameters, type of parameters, and the order in which they appear will be different.

1. Important feature of Object Oriented Programming
2. Polymorphism - One function and many forms
3. Number of parameters, type of parameters, order in which they appear differs
4. Compiler binds call to function at compilation time itself - static polymorphism
5. Compiler binds call to the function at runtime depending upon context - Dynamic polymorphism

Polymorphism - C++
Polymorphism is the ability of an object to exist in different forms. In Object Oriented Programming, it is the ability of a function to behave differently, depending on the context in which it is called. Polymorphism can generally be classified as shown.

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

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: polymorphism-c++  polymorphism C++  polymorphism C++  polymorphism in c++  polymorphism  polymorphism-c++  what is polymorphism in c++  polymorphism in c++"  polymorphism/c++  handling polymorphism c++  c++ polymorphism tutorial  static polymorphism c++  dynamic polymorphism c++ example  polymorphism static c++  Dynamic polymorphism+C++  Static Polymorphism+C++  polymorphism c++ vector  function polymorphism + C++  Polymorphism-C++ tutorials  polymorphism c++ overloading