Question
Which of the following issues are the reasons behind
the inflation in Indian Economy?Solution
Inflation in the Indian economy is due to supply side issues and the inefficiencies inherent in production and distribution. For example, · Lack of efficient supply and distribution network for agriculturalcommodities · Lack of post-harvest infrastructure and facilities like cold storage, cold chain, refrigerated van etc. which help in reducing post-harvestwastage · Price differential between farm gate and consumer due to unorganized retailsector This means that policy should not be focused on aggregate demand, but rather on overcoming capacity constraints and productivity deficiencies.
Which special method is automatically called when an object of a class is created, typically used for initializing the object's state?
What is the main purpose of an interface in OOP?
Which of the following is a common way to achieve abstraction in OOP?
The concept of showing only essential features of an object and hiding the complex implementation details is called:
What is a "method" in the context of OOP?
An abstract class:
Which access modifier restricts access to a class member only within the class itself and its derived classes?
In OOP, a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and impleme...
How is data hiding primarily achieved in OOP?
Which type of polymorphism is achieved through method overloading (where multiple methods have the same name but different parameters)?