Example
class
Main{
};
Solution
In the given example the class has been named "Main" which should be avoided
class
Class1{
};