Can a class inherit the constructors of its superclass?
Answer Posted / ranganathkini
No a subclass cannot inherit the constructors of its
superclass. Constructors are special function members of a
class in that they are not inherited by the subclass.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Why null value is used in string?
Difference between operator overloading and function overloading
Can each java object keep track of all the threads that want to exclusively access it?
Is java pass by value or pass by reference?
how to deploy tomcatserver to weblogic server? write d following steps?
What is percentage in java?
What is 32 bit float?
What are data structures in java?
What does g mean in regex?
What is the difference between a method and a procedure?
What is the static block?
What are the advantages of functions?
How can you traverse a linked list in java?
What is the base class of all exception classes in java?
What is the difference between a scrollbar and a scrollpane?