Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
There are a few classes
Which of the next method should be inserted in Class4 to compile without error?
Class2 method() { return new Class1(); }
Class3 method() { return null; }
Class1 method() { return null; }
Class2 method() { return null; }
Class3 method(int t) { return null; }
Class2 method() { return new Class2(); }
Class3 method() { return new Class2(); }
Class1 method() { return new Class2(); }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!