Question
What is the name of the scheme aimed at conservation of
wetlands, which was announced in the Union Budget 2023-24?Solution
'Amrit Dharohar' is the scheme for wetland conservation announced in the 2023β24 Union Budget.
Which of the following is a common way to achieve abstraction in OOP?
An "object" is an instance of a:
Which special method is automatically called when an object of a class is created, typically used for initializing the object's state?
In OOP, a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and impleme...
Which access modifier restricts access to a class member only within the class itself and its derived classes?
In Python, if you want to call the constructor of a parent class explicitly, which method do you use?
The concept of showing only essential features of an object and hiding the complex implementation details is called:
How is data hiding primarily achieved in OOP?
What is the main purpose of an interface in OOP?
The bundling of data (attributes) and methods (functions) that operate on the data into a single unit (class), and restricting direct access to some of ...