- Accessor: is a method that is used to ask an object about itself. ( propery get)
- Mutator: public method used to modify the state of an object.(property set)
- Encapsulation: hiding data implementation by restricting access to accessors and mutators
- Abstraction:
- inheritance: is a relationship
- polymorphism: one name many forms.
No comments:
Post a Comment