Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming Languages (High-level (In english, something we understand and…
Programming Languages
High-level
In english, something we understand and can create easily
-
-
Translated by a compiler, You can get different types of compiler to get different binary programs
Object Orientated
-
-
Ease of editing, due to the constants of the methods
-
-
Procedural
Procedural programs use sub-routines, functions and procedures to specify an instruction. So when its called back to in the main program it executes it.
-
-
-
-