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 method Overriding in the perspective of OOPS?

Answers were Sorted based on User's Feedback



What is method Overriding in the perspective of OOPS?..

Answer / boss

Redefining the superclass method in the subclass. Means
redefining the implementation of superclass method in the
subclass

Is This Answer Correct ?    6 Yes 2 No

What is method Overriding in the perspective of OOPS?..

Answer / ravikiran(aptech mumbai)

method overriding is changing the exsiting functionality in
the subclass from the super class

Is This Answer Correct ?    6 Yes 5 No

What is method Overriding in the perspective of OOPS?..

Answer / ramakrishna yechuri

Itis the process of defining the member function in sub
class with same prototype as in base class.
super key word is used to invoke the base class members.

Is This Answer Correct ?    3 Yes 2 No

What is method Overriding in the perspective of OOPS?..

Answer / nisha singh

we can make the same method ,with same parameter is method
overriding can inherit the base class by using overrides
keyword.in base class we use virtual keyword nd in derive
class use override keyword

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Which is easier .net or java?

0 Answers  


What is diffrance between FINALIZE() & FINALLY ?

2 Answers   Infosys,


How do you use final keywords and final variables in Java?

2 Answers  


Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.

4 Answers  


Can an interface have a constructor?

0 Answers  


How to declare objects of a class ?

0 Answers   Akamai Technologies,


Give reasons supporting that string is immutable.

0 Answers  


Is list thread safe in java?

0 Answers  


What is regex java?

0 Answers  


Where we write javascript code in html page?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


Write a java program for binary search?

0 Answers  


Categories