MCQ Practice
Single Best Answer
Topic: Module 13: Classes
Q
What is the command used to call the method named myMethod in the parent class from the child class?
Class myChildClass extends myParentBaseClass
{
Public void myMethod()
{
_____________();
~~~Body of new code here~~~
}
}
Subchapter
Module 13: Classes
Action
Choose one option below