Answer Posted / k.senthil arasur sathyamangala
overloading:Two function have same name and same return type
but different type of arguments used.
overriding:Two function have same name and same arguments
used but that function defined in a base class redefined in
a derived class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is difference between class template and template class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why is oop better than procedural?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What do you mean by abstraction?
What is the real time example of inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the important feature of inheritance?
What is overriding in oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Is abstract thinking intelligence?
What is balance factor?
What is coupling in oops?
What does and I oop mean in text?
How do you define a class in oop?