Please enable JavaScript.
Coggle requires JavaScript to display documents.
sOOPY terms - Coggle Diagram
sOOPY terms
Class
A template for which objects are made in programming, normally gives objects several functions and data types
Object
A specific instance created by a class, which can be used to help generalize people or things in programming
-
Function
A set of code which takes in arguments, and spits out results
Inheritance
Basing an object or class on a pre-existing object or class, inheriting some of it's properties
-
-
-
-
-
-
Least Privilege
Giving a user the least amount of privileges possible as to minimize possible misuse. If a user doesn't need a privilege, why give it to them?
-
-
-
-