I have created a class which has this line of code :

private Class class;


But an error message pops up saying:

identifier expected and both Class and class are highlighted.

Why is this and how do I resolve them.