单项选择题下列字符串中不能作为C++标识符使用的是
单项选择题下列代码段中声明了3个类:class Person {};class Student : public Person {};class Undergraduate : Student {};下列关于这些类之间关系的描述中,错误的是( )。