👉 In computer science and data structures, a "mapped" object refers to an object that has been modified or changed in some way after it was first created. This can be done by using a mapping function on the original object, which allows for additional operations such as copying properties, setting values, etc. For example: ```python class Person: def __init__(self, name): self.name = name def set_name(self, new_name): self.name = new_name