Question: can anybody help me with this? its for java netbeans.. Complete the class Myclass . public class MyClass { private int x; private static int
can anybody help me with this? its for java netbeans..
Complete the class Myclass.
public class MyClass {
private int x;
private static int count;
MyClass()
{
//initialize x to 0
}
MyClass(int a)
{
//initalize x to a
}
SetX( int a)
{
}
printX( )
{
}
printCount()
{
}
incrementCount()
{
}}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
