C Sharp (C#) - Properties and Encapsulation
You want to create a class
BankAccount where the Balance can be read publicly but only changed inside the class. Which is the best way to declare Balance?