explain the concept of inheritance with an example?
Answer Posted / ravikiran(aptech mumbai)
inheritance is the proces of inheriting the properties of
super class into the subclass
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Name and explain the types of ways which are used to pass arguments in any function in java.
Why java applets are more useful for intranets as compared to internet?
Does java support multiple inheritances?
What is the difference between import java.util.date and java .util?
What is abstraction in java?
Is java se open source?
List the different types of classloaders in java.
What is class and its types?
What is the default access specifier for variables and methods of a class?
How an object is serialized in java?
What is a local block?
What is hash table in java?
What are the steps involved to create a bean?
Is a class subclass of itself?
Why is the singleton pattern considered to be an anti pattern?