What do you know about classes?
class
keywordIndeed! Classes are defined with the class
keyword and have state and behavior*. We create instances** of them and can make custom classes.
Not quite! Classes are defined with the class
keyword and have state and behavior*. We create instances** of them and can make custom classes.