What is the job of __init__()?
With class Cat defined, which line creates an instance of it?
pet_1 and pet_2, both built from class Cat, share one set of attribute values.
Circle one: True False
In class CoffeeOrder, loc = "Cafe Coffee" sits in the class body while cup_size is set in __init__. Which statement is right?
room_1 = Rectangle() gets length 10 and width 15. What does room_1.area() return?
car_1 = ProductionCar("McLaren", "Speedtail", 2020) then car_1.update_max(250.0). What changed?
A balance in a plain variable plus free deposit and withdraw functions becomes a class Account. What improved?
Two orders are built in a row and each constructor raises CoffeeOrder.cls_id by 1. What order_id does the second order get?