Solved

Consider the Classes Shown Below: Public Class Parent

Question 1

Multiple Choice

Consider the classes shown below: public class Parent
{
Public void doSomething() {/* Implementation not shown */}
}
Public class Child extends Parent
{
Public void doAnotherThing() {/* Implementation not shown */}
}
Which lines in the following code will compile without error?
Child kid = new Child() ;
Kid) doSomething() ; // line 1
Kid) doAnotherThing() ; // line 2


A) Line 1 only
B) Line 2 only
C) Lines 1 and 2
D) Neither line will compile without error

Correct Answer:

verifed

Verified

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents