Saved Bookmarks
| 1. |
What is object oriented programming? |
|
Answer» stands for Object-Oriented Programming. Procedural programming is about WRITING PROCEDURES or functions that perform OPERATIONS on the data, while object-oriented programming is about creating OBJECTS that contain both data and functions. |
|