Difference ways of Polymorphism?
Answers were Sorted based on User's Feedback
Answer / zeeshan
Polymorphism can be achieved by two ways:
1.Overloading 2.Overriding
1.Overloading: Overloading means methods have same name but
different arguments it can be achieved at Compile Time.
1.Overriding: Overloading means when we make method virtual
in base class and we also want that it also used in child
then we use override keyword for that method and and it can
be achieved at Run Time.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / siva sankari
lets take some eg:
6+3=9 //here '+'operator used as addition
siva+sankari=sivasankari //here '+' operator used as
concatenation
the same function which acts as diff place in diff meaning
is called polymorphism............
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sanjeevkumar.v
polymorphism it means the function may be different . and so
that are different forms
| Is This Answer Correct ? | 2 Yes | 9 No |
What is an interface in oop?
what is the difference between function template and template of function?explain with example.
What is encapsulation with example?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What are objects in oop?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
Why and when is a virtual destructor needed?
What is overloading in oops?
What is a template?
What is overloading in oop?
What is advantage of inheritance?
What is polymorphism programming?