DEV Community

Discussion on: What are the fundamentals of programming?

Collapse
 
somedood profile image
Basti Ortiz

I think they're just called variables and functions in general. In functional programming, you would have functions everywhere, as its name suggests. In object-oriented programming, you encounter object methods (in classes) rather than functions. They're still pretty much the same thing, though.