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
Is array primitive data type in java?
Explain about features of local inner class?
What is a boolean expression in java?
what is difference betweem home interface and remote interface?
does java support pointers?
What is the difference between keyword and identifier?
Give us the name of the list layoutmanagers in java?
What are the 7 types of characters?
Can we use String with switch case?
Explain creating threads by implementing runnable class?
Explain restrictions on using enum?
What is the need of transient variables in Java ?
What is variable and its types?
Does string is thread-safe in java?
What is array length?