In which cases you use override and new base?
Answers were Sorted based on User's Feedback
Answer / 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 |
how to find the largest of given numbers in an array
can main method be overloaded...??? How..????
Why do we use encapsulation in oops?
What is a class oop?
if u write a class do u write Assignment operator and copy constructor
What are two types of polymorphism?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
Write pseudo code for push in a stack?
hi all..i want to know oops concepts clearly can any1 explain??
Program to check whether a word is in all capital letters
What is differance between Abstract and Interface