Please enable JavaScript.
Coggle requires JavaScript to display documents.
Classes General (Abstraction (Abstract Data Types (This is the idea that…
Classes General
Abstraction
-
In programming
We're able to use member functions such as sqrt and cout knowing very little about where they come from
Abstract Data Types
-
Any data type whose implementation
details are kept separate from the logical properties needed to use it.
-
-
-
-
-
-
-
-
-
-