Can a class inherit the constructors of its superclass?
Answer Posted / devarathnam
Hi... No.constructor cannot be inherited from super class.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are methods of a class?
What is oops in java?
What is the new line character?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Is java 9 released?
Why should we use singleton pattern instead of static class?
What is downcasting?
What is hash in java?
What is tree node in java?
how many types of Inheritance?
What is the biggest integer?
What is use of super keyword?
What are decalarations?
How do you define a parameter?
What do you understand by the term polymorphism?