InterviewSolution
Saved Bookmarks
| 1. |
What is the fundamental idea of object oriented programming? |
|
Answer» Object-oriented programming (OOP) is a programming language model organized around “objects” rather than “actions” and data rather than logic of the program. |
|