I\'m reading the book \"Clean Code\" and am struggling with a concept. When discussing Objects and Data Structures, it states the following:
Properties are in fact methods. The compiler compiles properties to get/set MIL methods.