选择题

有如下类和对象的定义:
class Constants{
public:
static double get PI(){return 3.1416;}
};
Constants constants;
下列各组语句中, 能输出 3.1416 的是

【正确答案】 D
【答案解析】