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
When should I use unitbuf flag?
What is the identity function in c++? How is it useful?
What does std :: flush do?
What is the use of string in c++?
What does n mean in c++?
When can I use a forward declaration?
Is java as fast as c++?
Why do we need function?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
By using c++ with an example describe linked list?
What is the use of endl in c++ give an example?
What is endl c++?
What is function prototyping? What are its advantages?
What is the most powerful coding language?
What's the order in which the objects in an array are destructed?