InterviewSolution
Saved Bookmarks
| 1. |
What is meant by the term OOPs? |
|
Answer» OOPS refers to Object-Oriented Programming. It is the programming paradigm that is DEFINED USING objects. Objects can be considered as real-world INSTANCES of entities like class, that have some characteristics and behaviors. |
|