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 [पृष्ठ ९]