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 |
i need example for java abstraction. where we use abstraction and why we need abstraction.
Where are register variables stored?
Write a program to create a binary Tree ?
What is "Java Native Interface" and how to use it?
How does list work in java?
can I implement my own start() method? : Java thread
What are the restrictions that are applied to the java static methods?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Do loops java?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
Java does not support multiple inheritance. how interface helps in the same?
What is fail fast in java?