3.3.1 Analysis. Flashcards
1
Q
What conditions must be met before a problem can be solved?
A
Before a problem can be solved, it must be defined, the requirements of the system that solves the problem must be established and a data model created.
2
Q
Define abstraction.
A
Data abstraction is the process of hiding certain details and only showing the essential information to the user.
3
Q
How can abstraction be applied to programs?
A
Through the use of abstract classes or interfaces.