What Will Be The Output Of The Following Java Codep Pre #878

What will be the output of the following Java code?</p> <pre><code class="language-java"> class X { public void A() { System.out.println("Living"); } } class Y extends X { public void B() { System.out.println("Humans"); } } class Z extends X { public void C() { System.out.println("Animals"); } } class V extends Z { public void D() { System.out.println("Dog"); } } public class Pets { public static void main(String[] args) { V obj=new V(); Z obj2=new Z(); obj.A(); obj2.C(); obj.D(); } } </code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Inheritance (Using Java) - Hybrid Inheritance - Quiz No.1.


Similar question(s) are as followings:



Online Quizzes of gs111 OOP Object Oriented Programming Java

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background