A programming language that does not inherently support modules containing data and associated processing (objects). All early languages were non-object languages. For example, C is non-object, but ...
Compilers often translate source code for a high-level language, such as C++, to object code for the current computer architecture, such as Intel x64. The object modules produced from multiple ...