Add constructor
This commit is contained in:
4
glossary/Constructor.md
Normal file
4
glossary/Constructor.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Constructor
|
||||
|
||||
In class-based object-oriented programming, a constructor is a special type of function called to instantiate and object.
|
||||
Constructors usually accept arguments that are in turn used to set the necessary member variables for the new object.
|
||||
Reference in New Issue
Block a user