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
What is the limit of arraylist?
Is linked list faster than array?
Is arraylist synchronized?
Which is faster hashmap or linkedhashmap?
Define linked lists?
What are vectors used for in real life?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
What's the difference between an array and vector?
Explain the Linked List
Define 2-3-4 tree?
What is the method to find the complexity of an algorithm?
What is collections singletonlist?
Why concurrenthashmap is fail safe?
What type of variable is age?
Does mentioning the array name gives the base address in all the contexts?