Explain what a call to super() does in a constructor of a derived class.
What will be an ideal response?
When super() is used in a constructor of a derived class, the matching constructor in the immediate base class is invoked.
Computer Science & Information Technology
You might also like to view...
Data may be hidden by all of the following methods EXCEPT
A) Renaming to a common name used by the operating system B) Using special characters in the actual name C) Encrypting the file D) Password-protecting the file
Computer Science & Information Technology
The Java ______ determines whether a given string is a syntactically correct Java program.
a) applet b) editor c) compiler d) programmer
Computer Science & Information Technology