Abstraction (computer science): Difference between revisions

Content deleted Content added
Tags: Reverted Visual edit
Reverted 1 edit by Programinfo (talk): Rv refspam.
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>{{CiteCitation web|last=|first=needed|date=2020-05-21|title=DataJune Abstraction 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-US2018}}</ref>
 
==Language features==