✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
public class SomeClass {
public static void main (String [] args) {
SomeClass c = new SomeClass2 ();
}
}
class SomeClass2 extends SomeClass { }
(Java)