Home
Who We Are
Contact
More
A special method used to initialize objects!!!
private int x;
public myClass (int y){
x = y;
}