Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 117.205.247.104 to version by Communal t. False positive? Report it. Thanks, ClueBot NG. (0) (Bot)
Line 22:
{
int x, y;
public: Example()
Example();
Example(int a, int b); // Parameterized constructor
};