In Swift, "self" and "Self" have different meanings and contexts.
* "self" refers to the current instance (value) of a class or structure.
* "Self" refers to the current type of the instance, primarily used within protocols.
💡self could hold values like 23, "