Yori
Yori
CC#
Created by Yori on 10/9/2023 in #help
❔ Definition of Abstraction in C#
Hi guys, I have a question about abstraction in C#. M y teacher wants me to relate this to the key principles of object oriented programming: abstraction. M y anwser is:
Abstraction in the Bank class is achieved by encapsulating data, providing controlled access through methods, and abstracting the high-level operations that a bank can perform. This allows users of the class to interact with the class using a simplified high-level interface, hiding the internal complexities and details of the bank's management of accounts and transactions.
Abstraction in the Bank class is achieved by encapsulating data, providing controlled access through methods, and abstracting the high-level operations that a bank can perform. This allows users of the class to interact with the class using a simplified high-level interface, hiding the internal complexities and details of the bank's management of accounts and transactions.
Is this a good explanation as my teacher thinks it not 😭
11 replies