Sunday, 13 July 2014

Important Programming Syntax

1. Copy Constructor:
                                 Test(const Test &t) // class name Test
2.Assignment Operator
                Test& operator = (const Test &t) // class name Test

No comments:

Post a Comment