Abstraction - Automation

From TRCCompSci - AQA Computer Science
Revision as of 19:56, 16 December 2016 by QuantumFluctuator (talk | contribs)
Jump to: navigation, search

Abstraction

Abstraction is the process of hiding details that are not essential for a problem to be solved. This can be interpreted as removing indirectly relevent data repeatedly until a complex problem (function) becomes a series of simpler problems (functions) which can easily accomplish the same larger problem (function) in a more efficient & simpler way.