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…

  1. A.

    Encapsulation

    एनकैप्सुलेशन

  2. B.

    Abstraction

    एब्स्ट्रैक्शन

  3. C.

    Inheritance

    इनहेरिटेंस

  4. 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 क्या करता है, न कि वह कैसे काम करता है।

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…