This commit is contained in:
Ilya Kantor 2019-04-21 22:30:06 +03:00
parent b38d4263f2
commit b91abf88fd

View file

@ -1,5 +1,5 @@
# Class
# Class basic syntax
```quote author="Wikipedia"
In object-oriented programming, a *class* is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).