Back to Engineering Terms

OOP

Programming

Object-Oriented Programming. A programming paradigm based on the concept of "objects", which can contain data in the form of fields and code in the form of procedures.

Tags

paradigmsfundamentalscode-structure

Related Concepts