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


Explain about Superclass and Subclass?

Answers were Sorted based on User's Feedback



Explain about Superclass and Subclass?..

Answer / jagadeesh

sub class is the child of super class and super class is
the parent of sub class

sub class auto matically having all the properties of sub
class and super class itsef, but super class having all the
properties of super class only not the sub class properties.

Is This Answer Correct ?    8 Yes 0 No

Explain about Superclass and Subclass?..

Answer / ravikiran(aptech mumbai)

super class is the one which will declare members and
methods and will allow all the subclasses to make use of them.

sub class is the class which inherits the mebes and methods
from the super class and declares it's own members as well.

Is This Answer Correct ?    5 Yes 1 No

Explain about Superclass and Subclass?..

Answer / sanjay singh chauhan

like above example both are right the child class have all
the proprety of the parrent class when we requored then we
call with child class object;

Is This Answer Correct ?    3 Yes 1 No

Explain about Superclass and Subclass?..

Answer / niranjanravi

Super class is the class that is inherited and Subclass is
the class that does inheriting.

Is This Answer Correct ?    4 Yes 3 No

Explain about Superclass and Subclass?..

Answer / kumari

super class all properties bydefault available to the sub class super class properties and methods inherited in subclass
if sub class not satisfy with super class properties then modify that properties by using oop's concept.

Is This Answer Correct ?    2 Yes 2 No

Explain about Superclass and Subclass?..

Answer / mike

The original object or an entity class becomes a superclass of the original object or entity when a subclass has been derived one or more occurances inheriting the attributes of the superclass.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is tree in java?

0 Answers  


In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????

12 Answers   Accenture,


what is the difference between multitasking and multithreading?

21 Answers   TCS,


Explain Stream Tokenizer?

4 Answers  


why java main method is given as static method?

2 Answers  


How do you sort words in java?

0 Answers  


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

0 Answers  


Why is logger singleton?

0 Answers  


How do you execute a thread in java?

0 Answers  


different types of threads?

18 Answers   TCS,


What is the static variable?

0 Answers  


class test { private static void main(String []adsf) { } } explain me that the above code is error or exception

3 Answers  


Categories