You need to sign in to do that
Don't have an account?

what is a difference in passing xyz(trigger.new) or xyz((List<Account>)Trigger.new) if both are referring to account context
what is a difference in passing parameter to method xyz(trigger.new) or xyz((List<Account>)Trigger.new) if both are referring to account context
Bascially there is no difference, you can pass in any of the way.
Thanks,
Neetu