Answer Posted / nishanthi
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments,
may or may not be same return type written in the same
class itself.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What are the 3 pillars of oop?
What is the difference between a constructor and a destructor?
is there any choice in opting subjects like 4 out of 7
What is object and example?
Why polymorphism is used in oops?
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?
Which is not an object oriented programming language?
What is the difference between encapsulation and polymorphism?
What is polymorphism used for?
Why do while loop is used?
Explain the advantages of inheritance.
write knight tour problem which is present in datastructure
Who invented oop?
Write a c++ program to display pass and fail for three student using static member function