what is Inheritense

Answers were Sorted based on User's Feedback



what is Inheritense..

Answer / srinu

The Process of acquring the features from one class to
another class is called inheritance or derviation.
The class who give the feature from that class is called
Parent class.
The Class who take the feature from parent class is called
Child class

Is This Answer Correct ?    14 Yes 0 No

what is Inheritense..

Answer / pavan

Inheritense is just like sub clasing the existing class.By
which we can get the fetures of the existing class.

Is This Answer Correct ?    1 Yes 0 No

what is Inheritense..

Answer / ramya

The process of acquring the properties from parent class to child class is known as "inheritance".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is concurrent hashmap and its features?

0 Answers  


What is the syntax and characteristics of a lambda expression? Explain

0 Answers  


What is treeset and treemap in java?

0 Answers  


I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


What are keywords and reserved words in java?

0 Answers  






What is the return type of read()?

3 Answers  


Can we create more than one object singleton class?

0 Answers  


What is stringbuffer in java?

0 Answers  


what is difference betweem home interface and remote interface?

0 Answers   CTS, HCL,


Why are pointers not secure?

0 Answers  


what is the main differene between synchronize() method and Synchronize{}block?

1 Answers   3i Infotech,


What do you mean by a JVM?

0 Answers   GE,


Categories