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
Write an algorithm to check if there is a loop in a doubly linked list.
What are the Difference between tcp and udp?
What is the difference between Array and Array List ? Explain in brief with example.
Why is null not allowed in concurrenthashmap?
What is a minimum spanning tree?
How do you find the index of an element in an arraylist?
What is ordered map?
What are the best data structure courses for gate preparation?
Define root?
How do you sort a collection in descending order?
Define a complete binary tree?
Which sorting technique is best?
Define heap?
Can arraylist store primitives?
Explain circular linked list?