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
totoo po ba ang manga aliens!
how to making game in c++ ?
What is the use of stl?
Is stl part of c++ standard?
What does stl mean in slang?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What are the various types of stl containers?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How stl is different from the c++ standard library?
What are the symptoms of stl?
how to use C++?
How does an stl file work?
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.
Why should a c++ programmer be interested in stl?
Is there any error below, its a code to delete all entires from a map #include