difference between overloading and overridding
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
In overloading functions will have same name but different
parameters lists but in overloading functions must have
same name and same signature.
| Is This Answer Correct ? | 1 Yes | 4 No |
What is multiple inheritance?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
oops concept is used for?
what is function over loading?
Can you inherit a private class?
Why do we use virtual functions?
can you explain how to use JavaBean in Project
What are the important components of cohesion?
what is mean by design pattern
create a c++ program that will accepts 9 inputs using 3 by 3 array.
Explain virtual inheritance?
What is the differances between a abstract calss and interface