InterviewSolution
Saved Bookmarks
| 1. |
Q.object oriented programming is introduced to over come problems procedure oriented programming list 4 features that overcome the problems. |
|
Answer» Explanation: It is TRUE that OBJECT oriented programming is INTRODUCED to overcome problems procedure oriented programming. features of object oriented programming - 1) Encapsulation 2) Inheritance 3) Polymorphism 4) Abstraction |
|