Advertisements
Advertisements
Question
Why do we prefer object oriented approach in complex programming? Explain.
Answer in Brief
Solution
- OOP does not allow data to flow freely between functions.
- This system divides the problem into multiple elements called objects.
- Each object consists of data pieces and associated functions.
- An object's data values apply exclusively to its related functions.
- External functions cannot handle resident data.
- This protects data from external sources, making the Object-oriented feature an effective programming tool.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.01: Introduction to Object Oriented Programming Concepts - EXERCISES [Page 9]