Advertisements
Advertisements
प्रश्न
Why do we prefer object oriented approach in complex programming? Explain.
थोडक्यात उत्तर
उत्तर
- 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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.01: Introduction to Object Oriented Programming Concepts - EXERCISES [पृष्ठ ९]