InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Object Oriented Programming? |
|
Answer» OOP is a METHOD of PROGRAMMING in which programs are ORGANIZED as cooperative collections of objects. Each object is an INSTANCE of a CLASS and each class belong to a hierarchy. OOP is a method of programming in which programs are organized as cooperative collections of objects. Each object is an instance of a class and each class belong to a hierarchy. |
|