I have been researching this and I can’t fully grasp the full meaning of what functional programming is.
Could we say functional programming might apply to MATLAB programs where we are tasked with only defining functions that do certain mathematics operations such as summation and multiplication?
Also we know that C++ and Java are languages that can be used for OOP, what about functional programming? Does it have certain languages that are usually used when implementing it?
1