Question
A software developer is designing a banking application
where each bank account object should restrict direct access to its balance variable to prevent accidental modifications. Instead, the application allows access to the balance only through specific methods like getBalance() and deposit(), which include validation checks to ensure that operations are secure and valid. Which object-oriented programming principle is the developer applying to achieve this data protection?ÂSolution
Encapsulation is a core principle of object-oriented programming that the developer is applying here to protect the bank account’s internal state, specifically its balance. By restricting direct access to the balance variable, the developer ensures that this data can only be modified through predefined methods such as deposit() and getBalance(). These methods act as controlled access points, which not only prevent unauthorized modifications but also allow for validation checks to maintain the integrity of the data. Encapsulation combines data (variables) and methods (functions) within a class, creating a well-defined boundary that prevents external classes from directly accessing or altering the internal state. This approach improves security and data integrity, making the code easier to maintain and less prone to errors. The other options are incorrect for the following reasons: • Option 1 (Abstraction) focuses on simplifying complex systems by hiding unnecessary details and providing a clean interface, but it does not inherently control access to an object's internal state. • Option 3 (Inheritance) allows a new class to inherit properties and behaviors from an existing class, which helps with code reuse but does not inherently involve data hiding or restricting access to internal states. • Option 4 (Polymorphism) enables objects of different classes to be treated as instances of a common superclass, allowing flexible and dynamic code. However, it does not relate to the control or protection of internal data. • Option 5 (Aggregation) represents a "has-a" relationship between objects, where one class contains instances of another class as part of its state. It describes object relationships rather than protecting or hiding internal data within an object.
Which of the following company has recently announced that it will be investing Rs 2,000 crore for setting up a large hyperscale data centre in Hyderabad?
What is the main purpose of the agreement between NSDC International and We One, a subsidiary of DP World?Â
Prime Minister Modi laid the foundation stone and dedicated various National Highway and Road projects to the nation in the temple town of Pandharpur in...
Article 148 of the Constitution of India provides for an independent office of the_______.
Which state's tourism board has partnered with Starscapes for the Nakshatra Sabha initiative?
Which award did Kiran Mazumdar-Shaw receive for her contributions to biosciences?
Which initiative provides real-time updates on Ease of Doing Business?
Which of the following states has recently been rated as the leading state on various parameters of MGNREGA?
HDFC Bank inaugurated its first branch in which country in October 2024?
Which of the following statements about Mumbai and Delhi being among the world's wealthiest cities are correct?
A) Mumbai ranks 24th and Delhi ra...