This commit is contained in:
Ilya Kantor 2019-04-21 22:29:29 +03:00
parent 092f739c1c
commit b38d4263f2

View file

@ -1,5 +1,5 @@
# Classes
# Class
```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).