Types of Polymorphism in C++




Polymorphism – When more than one operation is carried out by the same function name then it is called Polymorphism.
Polymorphism is another important feature of the object oriented approach which provides certain features that can be utilized for different purpose i.e. one type of data or features can be utilized for different purpose according to different application.

Polymorphism



Types of Polymorphism in C++
Types of Polymorphism


No comments:

Post a Comment