Content deleted Content added
→ColdFusion: Added object creation example |
|||
Line 50:
=== Copy constructors ===
[[Copy constructor]]s
It is used to create a copy of an existing object of the same
class. Even though both classes are the same, it counts as a conversion
|