Here\'s an example. If I declare:
private readonly string _abc; _abc = "test"; _abc = "newTest";
Can someone explain to