Basic Concepts Flashcards
1
Q
Interface
A
Describes what a computer program does and how it interacts with the rest of programs
There is nothing more fundamental in computer science than Interfaces.
2
Q
Abstraction
A
Abstractions provide an interface to application programmers that separates policy—what the interface commits to accomplishing—from mechanism—how the interface is implemented.
3
Q
Abstraction
A
Abstractions provide an interface to application programmers that separates policy—what the interface commits to accomplishing—from mechanism—how the interface is implemented.