Saved Bookmarks
| 1. |
Explain object-oriented programming briefly. |
|
Answer» Object-oriented programming is the method of programming, where a system is considered as a collection of objects that interact together to accomplish certain tasks. Objects are entities that encapsulate data and procedures that operate on the data. |
|