How do you correctly create an object of a class named Cat?
Cat
Cat cat = new Cat();
Cat = new Cat();
class Cat = new Cat();
new Cat cat();