Saved Bookmarks
| 1. |
What is object oriented programming |
|
Answer» Answer: Object-oriented PROGRAMMING is 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. A feature of objects is an object's procedures that can access and often modify the data fields of the object with which they are associated |
|