this post was submitted on 18 Jul 2023
18 points (100.0% liked)

Programming

13342 readers
11 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

C is an old language lacking many, many, many modern features. One of the features it does not lack is encapsulation and isolation.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

I'm surprised to hear that anyone would complain about this with C. Even the Wikipedia page about encapsulation cites C as a non-OOP language example.