Language Fundamentals
© examsiri.com
Question : 14 of 24
Marks:
+1,
-0
A programmer needs to create a logging method that can accept an arbitrary number of arguments. For example, it may be called in these ways:
logIt("log message1");
logIt("log message2","log message3");
logIt("log message4","log message5","log message6");
Which declaration satisfies this requirement?
Go to Question: