Which concept reduces complexity by exposing only essential features? कौन-सा…
Which concept reduces complexity by exposing only essential features?
कौन-सा कॉन्सेप्ट केवल आवश्यक विशेषताओं (essential features) को दिखाकर जटिलता (complexity) को कम करता है?
Answer: B. Abstraction एब्स्ट्रैक्शन — Abstraction is an object-oriented concept that reduces complexity by showing only the essential features of an object while hiding unnecessary implementation…
- A.
Encapsulation
एनकैप्सुलेशन
- B.
Abstraction
एब्स्ट्रैक्शन
- C.
Inheritance
इनहेरिटेंस
- D.
Polymorphism
पॉलीमॉर्फिज्म
Attempted by 186 students.
Show answer & explanation
Correct answer: B
Abstraction is an object-oriented concept that reduces complexity by showing only the essential features of an object while hiding unnecessary implementation details. It helps programmers focus on what an object does rather than how it works.
व्याख्या (Hindi)
Abstraction एक object-oriented concept है जो केवल आवश्यक विशेषताओं को दिखाकर और अनावश्यक implementation details को छिपाकर जटिलता को कम करता है। इससे प्रोग्रामर इस बात पर ध्यान देते हैं कि object क्या करता है, न कि वह कैसे काम करता है।