In atom Class Arguments, you write that Methods can also have variable argument lists. As far as I know, a method can only have one variable argument list (and it must be the last argument).
You put that information in exercise 4. The disadvantage is that if later you remember something about that subject, you read the atom again and then cannot find the information.
In atom Class Arguments, you write that Methods can also have variable argument lists. As far as I know, a method can only have one variable argument list (and it must be the last argument).