DEVFYI - Developer Resource - FYI

Does a class inherit the constructors of its superclass?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

264. Does a class inherit the constructors of its superclass?

A class does not inherit constructors from any of its super classes.

(Continued on next question...)

Other Interview Questions