|
Oop
Object oriented programming. Instead of writing one all-inclusive program that will perform all of its own functions, OOP calls on pieces of other programs to perform some of the work. These pieces are called 'objects' and they can be used by more than one program to perform their specific tasks. (Also see Top down programming)
|