Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computing Languages (High Level Languages (Object-oriented (Makes use of…
Computing Languages
High Level Languages
Procedural
Written in blocks of codes, known as procedures, that carry out instructions one at a time, from beginning to end.
-
-
Declarative
Not written as a sequence of instructions but as a set of logical statements - 'facts' and 'rules'. This is also known as a knowledge base.
When the program is run by a query, the solution is found by matching the query to facts and rules in the knowledge base.
-
Object-oriented
-
An object created during execution is called an instance of a class. These will inherit the data from the class
-
-
-
-