Encapsulation (computer programming): Difference between revisions

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