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
How can we make a class singleton?
Describe different states of a thread.
Is string a class in java?
What is native code?
What is difference between this and super keyword?
What are the differences between heap and stack memory?
What are the types of strings?
How do you input a string in java?
Difference between default and protected access specifiers?
What is better- service oriented or batch oriented solutions?
What is a buffer in java?
Why synchronization is important in java?
What are the steps involved to write rmi based programs?
Does importing a package imports its sub-packages as well in java?
What is the use of bufferedreader?