5 ms·
Any language with an type system really... Even OOP : if you have a string class, you can have a String_Formated_For_API subtype. Just extends String, and add
by Mekaniko 9mo ago
Any language with an type system really...
Even OOP : if you have a string class, you can have a String_Formated_For_API subtype.
Just extends String, and add some checking.
But now the type checker "knows" it can print() a String_Formated_For_API just fine but not call_API(string).