4. Which Class’s methl method will be called below: class Parent public void methl0 print(‘In Parent’s meth1 method’; public class Child extends Parent{ public void methl0 print(‘In Child’s methl method’; public static void main(String args[]) A obj new B0; obj.animalSound); Q4: Instead of A obj new B0; obj.animalSound0 it’s
OR
OR