Add Class

This commit is contained in:
Angelos Chalaris
2018-08-27 22:45:17 +03:00
parent d5a73a2223
commit 0f20f1db95
2 changed files with 4 additions and 0 deletions

3
glossary/Class.md Normal file
View File

@ -0,0 +1,3 @@
### Class
In object-oriented programming, a class is a template definition of an object's properties and methods.

View File

@ -2,6 +2,7 @@ argument
array
boolean
callback
class
constant
cross-site-scripting-xss
currying