Report Bug
Qus : Name the characteristics of Object Oriented Programming that hides the complexity and provides a simple interface.
Qusऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग की उन विशेषताओं का नाम बताइए जो जटिलता को छिपाती है और एक सरल इंटरफ़ेस प्रदान करती है।

A. Encapsulation
B. Polymorphism
C. Abstraction
D. Inheritance


Solution
C. Abstraction






Report Bug