In object-oriented programming, a constructor (sometimes shortened to ctor) in a class is a special type of subroutine called at the creation of an object. It prepares the new object for use, often accepting parameters which the constructor uses to set any member variables required when the object is first created.
Stats
created |
2 years ago |
viewed |
70 times |
active |
5 months ago |
editors |
3 |
Recent Hot Answers
How to have two constructors with same number of arguments but for different variables in javaHow to have two constructors with same number of arguments but for different variables in java
Classes in C++ and Constructor Functions
JavaScript: ways of constructing a new instance
How to have two constructors with same number of arguments but for different variables in java
more »
Related Tags
c++ × 2000java × 1127
c# × 788
class × 518
inheritance × 377
oop × 321
javascript × 309
php × 262
initialization × 247
object × 192
.net × 167
arrays × 152
templates × 130
python × 121
destructor × 119
c++11 × 116
scala × 108
parameters × 101
exception × 98
static × 98
methods × 86
copy-constructor × 86
reflection × 78
generics × 71