Introduction
Instance attributes store information unique to each object made from a class. They help keep data separate for each object.
When you want each object to have its own data, like a person's name or age.
When you create multiple objects from the same class but each needs different values.
When you want to change data for one object without affecting others.
When you want to keep track of details specific to one object, like a car's color or speed.