Encapsualtion

12345
Across
  1. 3. Overriding in Object-Oriented Programming
  2. 4. In this system a patient class could encapsulate the patient's personal information etc
  3. 5. Plays a crucial role in securing sensitive information and preventing unauthorized acess
Down
  1. 1. Allows a subclass to provide a specific implementation of method thats is already provided by its superclass
  2. 2. A class may be created to encapsulate the account details such as account number balance and transaction history