• Public - Are variables that are visible to all classes
  • Private -Are variables that are visible only to the class they belong
  • Protected - Are variable that are visible to the class they belong and to the subclasses of the class they belong