C Sharp (C#) - Classes and Objects
What is wrong with this class declaration?
class Employee {
public string Name;
public void Employee() {
Name = "John";
}
}