employer cover photo
employer logo
employer logo

Service Technologies

Is this your company?

Service Technologies interview question

How can you implement a method with a variable number of arguments

Interview Answer

Anonymous

25 Feb 2016

The multiple choice answer choices included: use a NSArray (that’s one argument with a variable number of member objects in the array) use a va_list (the correct answer) use a NSDictionary use a NSString use a C++ template