Difference between Overloading and Overriding?
Answer Posted / meenu kathuria
overloading: same name but different signatures in same class
overriding: same name and same signature defined in
different class.
| Is This Answer Correct ? | 103 Yes | 34 No |
Post New Answer View All Answers
Write a program which uses functions like strcmp(), strcpy()? etc
How the endl and setw manipulator works?
To what does “event-driven” refer?
Define upcasting.
Is c++ faster than c?
Describe protected access specifiers?
Define pointers?
What are the advantages of pointers?
What is the difference between new() and malloc()?
Tell me an example where stacks are useful?
Can we use pointers in c++?
What size is allocated to the union variable?
What are dynamic type checking?
What do you mean by volatile and mutable keywords used in c++?
What is the prototype of printf function?