Content deleted Content added
No edit summary |
→An information-hiding mechanism: removed "older" from sentence. This falsely implied that lack of object-orientation is a trait of old proglangs. However, that trait is intentional in much newer proglangs as well - for example Lua (although it... Tags: Mobile edit Mobile web edit |
||
Line 122:
</source>
Encapsulation is also possible in
<source lang="csharp">
// Header file "api.h"
|