Encapsulation (computer programming): Difference between revisions

Content deleted Content added
As information hiding mechanism: Complete the C example
Line 92:
{ ... }
 
struct int process_entity(struct Entity *info)
{ ... }
 
struct void close_entity(struct Entity *info)
{ ... }
</source>