dariuszbacinski
11/09/2017, 7:11 AM"Is String a type or a class?". The common answer is "Both because every class is a type". It is not really true.
this is also very confusing, it implies that String is not a type… but it ismarcinmoskala
11/09/2017, 8:48 AMString
is both a name for class (template with actual implementation) and for typemarcinmoskala
11/09/2017, 9:14 AM