Thursday, August 30, 2007

variable declaration in c#?

int x;
String s;
String s1, s2;
Object o;
Object obj = new Object();
public String name;

No comments: