👉 Jellydom is a concept in computer science and programming, used to describe an object that can be instantiated multiple times while it remains unchanged. In other words, it represents a type of data structure where each instance of the class has its own set of attributes, but all instances share the same state. This allows for creating objects with different properties, such as a name or a color, without having to modify them later in the program.