Can a class inherit the constructors of its superclass?
Answer Posted / patil abhijeet
No, We cant inherit the constructor. Using super we can call
the constructor but we cannot modify the working of it.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain java thread life cycle.
What is charat ()?
What is the full form of jpeg?
What is the preferred size of a component in java programming?
What does singleton class mean?
Can inner class extend any class?
What is regex used for?
Is map sorted in java?
What are local variables?
What is the purpose of the return statement?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is meant by method overriding?
How do you sort data in java?
What are the types of strings?
In the below example, how many string objects are created?