Ad Code

Responsive Advertisement

Report Abuse

Search This Blog

Follow us

top navigation

Tags

Followers

Sports News

[Content Marketing][recentmag]

Labels Cloud

Footer Logo

Tags

Advertisement

Responsive Advertisement

Labels List

Facebook

Popular Posts

recent posts

Content Marketing

[Content Marketing][recentmag]

About us

How accessories make you a better lover. 18 ways devices are completely overrated. Operating systems in 12 easy steps.

Fashion & Lifestyle

[Content Marketing][mag2]

Popular Posts

Skip to main content

Polymorphism in c++

POLYMORPHISM:-
 
 Polymorphism allows the same function to out differently in classes.
• Polymorphism is an another important OOP'S concept and has the ability to take more one form
• In programming point of view polymorphism is the technique that provides different job can be available from one function.

      Eg. Operates overloading and 
            Function overloading

OPERATES OVERLOADING:-
  • The process of making an operator's to exhibit different behaviour in different in different instance is known as operates overloading.

FUNCTION OVERLOADING:-
• Using a single function name to perform different type of task is known as function overloading.

Comments