difference between the run time polymorphism and compile
time poly morphism and about virtual function.
Answer Posted / sitaram
The object can be binded at the time of compiling is known
as compiletime polymorphism
The object can be binded at the time of running is known as
running polymorphism
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
What are the different binary tree traversal techniques?
Are dictionaries mutable?
Why is sorting important?
What is circular queue example?
How many types of arrays are there?
Is data structure a data type?
Explain what are the major data structures used in the hierarchical data model?
What type of variable is age?
What is priority queue in data structure?
Can we create a null as a key for a map collection?
What is an algorithm in coding?
What is array and string?
What is the complexity of arrays sort?
What is array sort?