Tech
Baba.com
Home
|
Ask a New Question
|
Register
|
LogIn
Does a class inherit the constructors of its superclass?
Does a class inherit the constructors of its superclass?
Rateel
Views: 673 | Community Opinion:
1
Tags..
Superclass
Java Classes
Core Java Interview
Java
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Martyn
Said..
A class does not inherit constructors from any of its superclasses.
What do you think? Add your opinion/answer
*Name
Please enter your name.
*your opinion/answer:
Related Questions & Answers:
Which characters may be used as the second character of an identifier, but not as the first
What is the purpose of the finally clause of a try-catch-finally statement?
What is the difference between a Window and a Frame?
Can an object be garbage collected while it is still reachable?
Difference between the Reader/Writer class hierarchy and InputStream/OutputStream class hierarchy
Difference between the JDK 1.02 event model and the event-delegation model