Abstraction (computer science): Difference between revisions

Content deleted Content added
mNo edit summary
Tags: Reverted Visual edit
Line 32:
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.<ref>{{CitationCite neededweb|last=|first=|date=June2020-05-21|title=Data 2018Abstraction in C++|url=https://www.chlopadhe.com/data-abstraction-in-c-plus-plus/|url-status=live|archive-url=|archive-date=|access-date=2020-10-16|website=|language=en-US}}</ref>
 
==Language features==