What does the OS really do when your program instantiates an object? - mmedrano9438/peripheral-brain GitHub Wiki
it creates an instance of a class. This instance, or object, is a realization of the class and has its own state (data) and behavior (methods).