Data abstraction Flashcards
1
Q
What is an application program interface?
A
The set of bindings exported by a package/module.
2
Q
What is encapsulation?
A
The ability of a PL to set some of its components/bindings as private.
Levels: private, protected, public
3
Q
What is encapsulation?
A
The ability of a PL to set some of its components/bindings as private.
Levels: private, protected, public