Object-Oriented Programming

    A paradigm for programming called “object-oriented” is founded on the idea that something called “objects” can hold both data and code. The code is in the form of procedures, while the data is in the form of fields. The ability for procedures to access and edit an object’s data fields is a typical characteristic of objects.