Can we inherit the constructor in a Class?please give one
example.
Answer Posted / arvind patil
we cannot inherit the constructor.
But using the keyword super we can give a call
to the base class constructor
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the final class?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is a Transient Object?
What is java console application?
How do you convert bytes to character in java?
How to print nodes of a Binary tree?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is an object's lock and which object's have locks in java programming?
Mention some interfaces implemented by linked list in java.
What do you understand by soft reference?
What is java util hashmap?
Is vector synchronized in java?
What is the preferred size of a component in java programming?
What happens if an exception is not handled in a program?
What is functional interface in java example?