Properties and Behaviors properties is a runtime-handled list of properties within an object. eg. health, size, weight, inteligence behaviors use/modify these properties. behaviors have a list of properties and traits they need. behaviors can only be added to an object that has the appropriate properties. action.Grow; behavior.Grow - can handle action.Grow - requires size property