单选题 有如下类声明:
class Pam{
int k;
public:
Pam(int n);
void show()const{cout<<k;}
};
若要在类体外给出构造函数Pam的定义,下列定义中正确的是______。
【正确答案】 B
【答案解析】