List of questions
Related questions
Question 179 - Certified Platform Developer II discussion
If you have a method "doStuff(List<sObject> records)", which is a valid call?
A.
doStuff([Select Id From Account]);
B.
doStuff(List<Account> records);
C.
doStuff(Account acct);
D.
doStuff(sObject obj);
Your answer:
0 comments
Sorted by
Leave a comment first