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
Give me some null interfaces in java?
What is the biggest integer?
State two differences between C and Java.
What is the difference between the font and fontmetrics classes in java programming?
What does I ++ mean?
What are the escape sequences in java?
Can finally block be used without a catch?
Does list maintain insertion order java?
Does anyone still use java?
what is the final keyword denotes in java?
What is the hashcode () and equals () used for?
Which collection is thread safe in java?
What are accessor methods in java?
What is difference between == and === in js?
When will you define a method as static?