Class is a user-defined data type, which includes a function along with data. A class is defined using the keyword class, followed by class name, start curly braces ({), and end curly braces (}), which signify the start and end of the class.
The structure of the class written within those curly braces.