Object Oriented Languages
Object-Oriented Languages
- Languages that allow interaction of programming objects, including data elements and the actions that will be performed on them.
Encapsulation
- The process of grouping items into an object.
Polymorphism
- A process allowing the programmer to develop one routine or set of activities that will operate on multiple objects.