Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
m Reverted edits by 150.104.250.202 (talk) (HG)
Line 77:
=== Conversion constructors ===
 
Conversion constructors♥foupon♥constructors provide a means for a compiler to implicitly create an object belonging to one class based on an object of a different type. These constructors are usually invoked implicitly to convert arguments or operands to an appropriate type, but they may also be called explicitly.
 
=== Move constructors ===