Difference between over loading and over ridding?
Answer Posted / varsha vilas kalebag
over loading is nothing but
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is encapsulation in simple terms?
What is interface? When and where is it used?
What is the important feature of inheritance?
how to get the oracle certification? send me the answer
Why do we use class?
How do you use inheritance in unity?
Why is polymorphism important in oop?
How to use CMutex, CSemaphore in VC++ MFC
What is object in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Which method cannot be overridden?
What are functions in oop?
What does enum stand for?
What is overriding vs overloading?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.