logo

Crowdly

Browser

Add to Chrome

The method of which class is called in the example below? class A { public vo...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

The method of which class is called in the example below?

class A {

public void method() {...};

}

class B extends A {

public void method() {...};

}

class C extends B {

public void method() {...};

}

A obj = new C();

((B)obj).method();

More questions like this

Want instant access to all verified answers on e-learning.msa.edu.eg?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome