Difference between Overloading and Overriding?
Answer Posted / abc
overload is workload
but override is not workload......
isn't it ??????
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When there is a global variable and local variable with the same name, how will you access the global variable?
Write about the local class and mention its use?
What is the meaning of string in c++?
How the virtual functions maintain the call up?
What is lambda in c++?
Name four predefined macros.
Do inline functions improve performance?
What do you understand by pure virtual function? Write about its use?
What is pointer to array in c++?
Explain mutable storage class specifier.
Is c++ a software?
Can we delete this pointer in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
How do you declare a set in c++?
Tell me can a pure virtual function have an implementation?