Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

IS method overriding is Duplication of Methods?

Answer Posted / venkat

To understand the Question, one needs to know the scenarios
where in a method is overriden.
there are two cases:
you want to override a method:
1)when the super class doesnt know how to implement it, and
leaves the implementation to the sub-class.
2)when the subclass feels, it has to add few more details
specific to itself than which are provided by the
superclass.

so there is no duplication happening provided one overrides
a method sensibly(understanding thorougly if overriding a
method is necessary or not).if one wishes to write things
that are already available, it is then called "duplication
of code",

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the main difference between c++ and java?

1051


What exactly is methodology?

876


If a class is declared without any access modifiers, where may the class be accessed in java programming?

1164


What invokes a thread's run() method in java programming?

1146


Difference between comparator and comparable in java?

1045


What do you mean by pointer value and address?

1016


What are the benefits of immutable objects?

969


What is return keyword in java?

1022


What is the maximum length of a url?

904


What is identifier give example?

993


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1060


What is number data type in java?

966


What is a function argument in java?

963


how many types of Inheritance?

1134


How do you declare a variable?

1060