Question from obj-c test:
What is not supported in Objective-C?
- Recursive method call
- Variable number of arguments to the method
- Byte manipulations
- The default value of the argument method
- None of the above
There may be more than one correct answer. How do I understand this "Variable number of arguments of the method" but can there be another option "Default value of the method argument"?