Question
कौन-सा शब्द 'घोड़ा' का
पर्यायवाची नहीं है?Solution
'घोड़ा' का अर्थ है 'अश्व, हय, बाजि, तुरंग' इत्यादि। अतिरिक्त विकल्प असंगत हैं। अतः सही विकल्प अश्व, हय, बाजि है। सिंह — शेर, वनराज, शार्दूल, मृगराज, व्याघ्र, पंचमुख, मृगेंद्र, केशरी, केहरी, केशी, महावीर।
What is a key benefit of encapsulation?
Which of the following is a common way to achieve abstraction in OOP?
Which of the following is not a valid type of inheritance in Java?
What is a "method" in the context of OOP?
Which special method is automatically called when an object of a class is created, typically used for initializing the object's state?
Which OOP concept allows a class to inherit properties and behaviors from another class?
Which of the following is a common mechanism to achieve abstraction in OOP?
Which access modifier restricts access to a class member only within the class itself and its derived classes?
The concept of showing only essential features of an object and hiding the complex implementation details is called:
Which statement about abstract methods is true?