What's true about classes?

We use the new keyword and a constructor to create an instance of themWe use the class keyword to create a classWe have to override the default constructorWe have to use the static keyword with the methods of classes

Sweet! We use the class keyword to create a class and the new keyword with a constructor to create an instance of it.

Oh noes! We use the class keyword to create a class and the new keyword with a constructor to create an instance of it.