Content deleted Content added
m Removing link(s) Wikipedia:Articles for deletion/The Third Manifesto closed as soft delete (XFDcloser) |
→top: reworded slightly and fixed link Tags: Mobile edit Mobile app edit Android app edit |
||
Line 186:
Data Abstraction is a design pattern in which data are visible only to semantically related functions, so as to prevent misuse. The success of data abstraction leads to frequent incorporation of [[Information hiding|data hiding]] as a design principle in object oriented and pure functional programming.
If a class does not allow calling code to access internal object data and permits access through methods only, this is a
===Encapsulation===
|