+ 1
Patterns in Functional Paradigm
Please answer whether design patterns can exist in languages that only support functional design, such as C language
1 Respuesta
+ 2
Yes they can; classes just make them easier to implement, much like how C++ vectors make arrays easier, but you can make a vector-like object in C





