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 ? | 24 Yes | 3 No |
Post New Answer View All Answers
What is abstraction in oops?
What is the real life example of polymorphism?
What is the problem with multiple inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
When not to use object oriented programming?
What is solid in oops?
What is object-oriented programming? Webopedia definition
What type of loop is a for loop?
write knight tour problem which is present in datastructure
Which language is pure oop?
What is class and object in oops?
What is purpose of inheritance?
What is oops with example?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is oops?what is its use in software engineering?