Extra Credit: (9 points) public class A ( private int a: public A[inta) { a = a; } private int abc() ( return 0; } publi
Posted: Mon Jun 06, 2022 12:19 pm
private int return 0; } public double aaa() { return 0; > } public class B extends A ( private int bbb; } For each of the following methods, either say YES & explain why the B class would still compile if the method below is added to it. Or If the B class wouldn't compile, if the method below is added to it then say NO and explain why not.. (a) public B() ()