what is Inheritense
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what is bytecode? watz the difference between machine code and bytecode?
What are the approaches that you will follow for making a program very efficient?
How many bits is a string in java?
Will set allow duplicates in java?
Why are functions called methods in java?
How java is similar to c?
When throw keyword is used?
Explain in detail about encapsulation with an example?
What does index mean in java?
What is java lang string?
What is integer size in java?
How do you escape in java?