👉 In the context of computer science and programming, "supplanters" refer to objects that are created by another object or class and then assigned a new value. This can be used to replace or modify existing values in a program. For example: ```python class MyClass: def __init__(self): self.value = 10 def set_value(self, new_value): self.value = new_value ``` In this example, the `set_value` method is