If you have a method "doStuff(List<sObject> records)", which is a valid call?

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);

Answer: A

Latest PDII Practice Questions with 280 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments