Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Write a class that describes students' student numbers, names, grades, plastic grades, floating-point names and string names.
Write a class that describes students' student numbers, names, grades, plastic grades, floating-point names and string names.
Class students

{

Public:

Student () {};

~ Student(){ };

Private:

String name;

int num

Floating score;

}

= = Nothing else? That's it?