If a class uses public properties to expose private fields, and has a
constructor to initialize those fields, should the constructor set them
directly or use the set accessors? Or does it matter?
Michael Roper
constructor to initialize those fields, should the constructor set them
directly or use the set accessors? Or does it matter?
Michael Roper
Comment