#)class is user defined data type.
#) It contains attributes data members and methods.
#) For creating class use the keyword “class” followed by name of the class.
#) body of the class is placed between two curly braces and inside this we will add datamembers and functions.
Syntax for creating class
class
}