object oriented programming (OOP)

Definition

Programming paradigm that views a computer program as a combination of data structures (called objects) which can exchange information in a standardized manner, and can be combined with one another as modules or blocks. Each object is independent (can be changed without affecting other blocks), can run (execute) by itself, and can be interlocked with other objects. Objects interact by passing information among each other, and each object contains information about itself (a property called encapsulation) and the objects it can interact with (a property called Inheritance). Major OOP-oriented languages are C++, Java, and Smalltalk.


object oriented programming (OOP) is...

Nearby Terms

Search volume for object oriented programming (OOP)

Browse by Letter: # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z