Difference between over loading and over ridding?
Answer Posted / amit,mumbai
Overloading means when we write diffrent fun. With the Same name & with diffrent singnature then it is called overloading . Overiding means both base & derived class has same name.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are oops methods?
What language is oop?
What is object in oop with example?
What is the difference between static polymorphism and dynamic polymorphism?
Explain the concepts involved in Object Oriented programming.
write string class as your own class in java without using any built-in function
Is abstract thinking intelligence?
what are the ways in which a constructors can be called?
What are main features of oop?
Explain the advantages of inheritance.
What are the features of oop?
How do you answer polymorphism?
What is polymorphism what is it for and how is it used?
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?
Is oop better than procedural?