Given:

class A {
A() { }
}

class B extends A {
}


Which two statements are true? (Choose two)

Posted on by