Object oriented programing
- In object orieented programing the given problem is divided into number of small units called object
- therefore each object is viewed as an independent small machine with a well defined responsibility
Example:
Java and .NET framework
No comments