Thursday, December 2, 2010

Default Constructors

If B is a class, then if B(int a = 1, int b = 2, int c = 3) is declared in B. Then it is B's default constructor.

No comments:

Post a Comment