Answer Posted / jitendra
these both are type of polymorphism.
Note: Polymorphism has two type.
1.) compile time polymorphism/ method overloading/ early binding
2. run time polymorphism/ method overriding/ late binding
In early binding or method overloading at a compile
tome we know that what output will come so it is called
early binding.
In late binding or method overriding compiler does not
understand which class method is called. Note that both
methods have same name but onee is in base class and one is
in derive class and system know only at runtime which method
will display so it is called late bindinng.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a standard template library (stl)? What are the various types of stl containers?
What are the symptoms of stl?
how to making game in c++ ?
write a program to convert a decimal number in to its equivalent binary number?
totoo po ba ang manga aliens!
Name the different types of stl containers.
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
When did c++ add stl?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is stl stand for?
Is stl part of c++ standard?
Who wrote stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is stl stack?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.