Abstraction is the act of dealing with “ideas” or higher-level functionality without knowing what the implementation will be . In programming, this is commonly done by providing a public-facing interface that your code interacts with.
Abstraction is the act of dealing with “ideas” or higher-level functionality without knowing what the implementation will be . In programming, this is commonly done by providing a public-facing interface that your code interacts with.