Abstraction (computer science): Difference between revisions

Content deleted Content added
Reverted 1 edit by Programinfo (talk): Rv refspam.
Rationale: Rm a gross oversimplification of abstraction.
Line 31:
 
Some abstractions are designed to inter-operate with other abstractions – for example, a programming language may contain a [[foreign function interface]] for making calls to the lower-level language.
 
In simple terms, abstraction is removing irrelevant data so a program is easier to understand.{{Citation needed|date=June 2018}}
 
==Language features==