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
Differentiate between the singly linked list and doubly linked list.
What do you understand by doubly linked list?
Does linked list allow duplicates?
What is merge sort in daa?
What is the use of prototype?
Explain the common uses of threaded binary tree.
How do you sort an arraylist?
What is the difference between array list and vector list?
What is push and pop in stack?
How do you determine if a binary tree is height balanced?
Name few collections map implementations?
How long does it take to master data structures and algorithms?
How to find middle element of linked list in one pass?
What are the applications of graph data structure?
Is arraylist faster than array?