How do we create a class definition?

Using the keyword class followed by the name and a colonUsing the keywords define class followed by the nameUsing the keywords Class followed by the name

Using the keyword class followed by the name and a colon.