When an object is required to provide some simple true/false information about itself one may use a method or a property to return a boolean value. The question is which is preferable to use? Or does it even matter. I'm sure there are solid design...