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
how to making game in c++ ?
Explain stl.
Is stl open source?
Can we use stl in coding interviews?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What is meant by stl in c++?
how to use C++?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is a standard template library (stl)? What are the various types of stl containers?
How do I convert a stl file?
What are the various types of stl containers?
sir please send me bpcl previous question papers
Why should a c++ programmer be interested in stl?
write a program to convert a decimal number in to its equivalent binary number?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.