InterviewSolution
Saved Bookmarks
| 1. |
. Answer the following questions:I. What is meant by Object Oriented Programming? |
|
Answer» Object-oriented programming is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods |
|