Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core%20Java%20Interview%20Questions%20and%20Answers

Question: How can a subclass call a method or a constructor defined in a superclass?
Answer: Use the following syntax: super.myMethod(); To call a constructor of the superclass, just write super(); in the first line of the subclass‘s constructor.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook