Answer Posted / naveen goud
It is used to ovveride superclass method.Suppose in super
calss we had a method getEmployee() in the subclass am
overriding it and am giving the new implementation.Means am
just giving new implementation instead of using the same
implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is purpose of inheritance?
What is object in oop with example?
What is super in oop?
What is class and object with example?
What is object and example?
What is overloading and its types?
Which is not an object oriented programming language?
What is constructor in oop?
What is a null tree?
What are the 4 main oop principles?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is destructor oops?
What is inheritance and how many types of inheritance?
What is methods in oop?
What is new keyword in oops?