|

Search results for constructor



Conversion constructor is a constructor with a single argument makes that constructor as conversion ctor and it can be used for type conversion. for ...
Copy constructors are called in following cases: a) when a function returns an object of that class by value b) when the object of that class is pass ...
Constructor which initializes the it's object member variables ( by shallow copying) with another object of the same class. If you don't implement one ...