填空题

根据下面的主程序,完成类的一种构造函数的最简单形式。
#include<iostream. h>
class baseprivate:
int num;
public:
______;
;
void main() base try(6);

【参考答案】

base(int n){}