227k views
1 vote
When you pass an argument to a method, the argument's data type must be ____________ with the receiving parameter's data type?

User Wtznc
by
6.6k points

1 Answer

6 votes
Any time you pass an argument to a method, the data type arguments must be assignment compatible with data type receiving parameter.
User Reedinationer
by
6.2k points