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...

What is Overriding and how can it be used?

Answer Posted / ashish sharma

overriding comes with two class ( base and drived class )

function in the base class is like

public virtual void Display();

function in the drived class is like

public override void Display();

this function overrides the base class .

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which collection is best for sorting in java?

1174


How many ways can we create singleton class?

1024


Define inheritance with reference to java.

1144


What is the significance of java packages?

1142


Give few examples of final classes defined in Java API?

1286


How arrays are stored in memory in java?

1023


How do you read a char in java?

1096


Can we declare a static variable inside a method?

1044


Can we nested try statements in java?

1148


What is difference between null and void?

1020


Define Multiprogramming and Multiprocessing in java.

1223


If I only change the return type, does the method become overloaded?

991


What are the different types of java?

1112


What is Hierarchy of exception?

1145


What interface is extended by awt event listeners?

1106