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 boolean flag in java?

0 Answers  


What modifiers are used with a top level class?

3 Answers  


What is the difference between super class & sub class?

0 Answers  


What are virtual methods?

1 Answers   TCS,


What is the destroy method?

0 Answers  






What is a parameter used for?

0 Answers  


Write a java program to count the number of words present in a string?

0 Answers  


How do you declare a string variable?

0 Answers  


What is the difference between actual and formal parameters?

0 Answers  


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

0 Answers  


What is extension method in java?

0 Answers  


Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?

0 Answers   Cisco,


Categories