Question: . Given this fragment, . class x { private int count } is the following fragment correct? class Y { public static void main
. Given this fragment, . class x { private int count } is the following fragment correct? class Y { public static void main (String [] args) { X ob new X(); Ob.count = 10;
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
Answer No the provided fragment has a syntax error and some issues with access modifiers Heres the c... View full answer
Get step-by-step solutions from verified subject matter experts
