DRAFT
MethodsWithoutClass
Misconception:
One can have functions that are not members of a class. E.g., one could have a function int len(String s)
and one could call that function like this: len("Hi")
.
One can have functions that are not members of a class. E.g., one could have a function int len(String s)
and one could call that function like this: len("Hi")
.
Follow us on twitter to hear about new misconceptions.