AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
Which of the following is the...
Which of the following is the correct way to call the constructor of the parent class?
thiscall()
super()
Correct
supercall()
this()
Feedbacks
FunPheasant
-
1 year ago
Upvoted this question
Similar ITE-6104 questions
Which of the following class declaration is not allowed to be instantiated?
Which of the following class declaration is not allowed to be inherited?
What keyword is used to perform class inheritance?
Which of the following is the correct way to use an interface?
Which of the following methods is allowed to be overriden?
What do you call a class that inherits a class?