Please enable JavaScript.
Coggle requires JavaScript to display documents.
INTRODUCTION - Coggle Diagram
INTRODUCTION
Programming paradigm
Object Oriented Paradigm
-
Allow programmers to write reusable, extensible code that operates in a way that mimics the real world
-
-
-
-
-
-
Programming Paradigm
A model for a class of programming languages that share a set of common characteristics and its differences
-
-
Scripting Paradigm
Usually interpreted, not compiled
-
-
-
Code that acts upon some system in an external or independent manner and can be removed or disabled without disabling the system itself
-
-