class
ClassA {
private: int
i;
private: char
x;
public:void
a () {
}
};
Solution
In the example method name 'a' is too short