InterviewSolution
Saved Bookmarks
| 1. |
What Is Oops? |
|
Answer» Object oriented PROGRAMMING ORGANIZES a PROGRAM around its data, i. e. , objects and a set of well DEFINED interfaces to that data. An object-oriented program can be characterized as data controlling ACCESS to code. Object oriented programming organizes a program around its data, i. e. , objects and a set of well defined interfaces to that data. An object-oriented program can be characterized as data controlling access to code. |
|