Objects Objects represent information They consist of data and behavior,bundled together to create abstractions Objects can represent things,but also properties,interactions,processes .A type of object is called a class;classes are first-class values in Python .Object-oriented programming:Objects • Objects represent information • They consist of data and behavior, bundled together to create abstractions • Objects can represent things, but also properties, interactions, & processes • A type of object is called a class; classes are first-class values in Python • Object-oriented programming: 4