0
Is C++ functional or imperative language?
Wikipedia says that C++ is functional rather than imperative. that is it treats computation as evaluation of math functions and avoids changing state and mutable data. I did not noticed that here in Solo.
0 ответов