coping constructor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    #1

    coping constructor

    what are coping constructors and reflexion for ?
    thank YOU
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    what are coping constructors and reflexion for ?
    thank YOU
    Do you mean "copy constructors" and "reflection "?

    If so, for reflection read the API docs for the reflection package; copy constructors
    do what their name indicates: they make a copy of an object which was passed as a parameter.

    kind regards,

    Jos

    Comment

    Working...