C Design pattern | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C Design pattern

Does anyone know about the C design pattern?

9th May 2019, 8:33 AM
ben
ben - avatar
4 Answers
+ 3
Design patterns usually refer to (more or less) specific problems. They are not necessarily language dependent. So there is nothing like THE C design pattern. So it depends on what you want to do. I am not really sure that you mean design patterns the way it is commonly used.
9th May 2019, 9:29 AM
Thoq!
Thoq! - avatar
+ 1
Yep. Pattern are language Independent.
9th May 2019, 10:33 AM
Daniel Adam
Daniel Adam - avatar
0
in object oriented languages, we usually define variables as private, but how we can omplement this paradigm in C
9th May 2019, 12:47 PM
ben
ben - avatar
- 1
for example, the way we code to hide the elements of an struct from user in a big project
9th May 2019, 12:46 PM
ben
ben - avatar