
Which of the following is not a type of class?
Which is most appropriate comment on following class definition?
class student
{ int a;
public: float a;
}
class with main() can be inherited
Which of the following is incorrect?
If a local class is defined in a function, which of the following is true for an object of that class?