T
Tony Johansson
Hello!
Assume I have some properties in a class and the external object access
these properties.
Now to my question is there any recommendation if internal access from
within the class should use the same property as the external object or can
I use the private fields.
//Tony
Assume I have some properties in a class and the external object access
these properties.
Now to my question is there any recommendation if internal access from
within the class should use the same property as the external object or can
I use the private fields.
//Tony