explain the concept of inheritance with an example?
Answer Posted / kk
Inheritance is the process of extending the properties of super class to sub class(methods and variables) if required overriding the properties(methods)
eg...
child having(extended) the Characters(Behavior) of father.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the simpletimezone class in java programming?
What are implicit objects in java?
What are the Class Libraries ?
Is it possible to instantiate the abstract class?
What is ternary operator? Give an example.
What is the difference between access specifiers and access modifiers in java?
Are functions objects in java?
Can list be null in java?
Explain the concept of proper inheritance?
Is string is a keyword in java?
Is null false in java?
What is a class variable?
What is use of inner class in java?
What is threaded programming and when is it used? : Java thread
When is the finalize() called?