Answer the following question about the code:
If f( ) of A is defined as private method, theresults which the program produces are “1” and “11”. Can youexplain why?
class A { int i=0; void f(){ i=1; }; private void g(){ i=11; }; A() { f(); }
PayPal Gateway not configured
PayPal Gateway not configured