Encapsulation (computer programming): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 10:
The features of encapsulation are supported using classes in most object-oriented programming languages, although other alternatives also exist.
 
== An information -hiding mechanism ==
{{See also|Information hiding}}
Encapsulation can be used to hide data members and members function...