You are developing an application that will manage customer records. The application includes a
method named FindCustomer.
Users must be able to locate customer records by using the customer identifier or customer name.
You need to implement the FindCustomer() method to meet the requirement.
Which two sets of method signatures can you use to achieve this goal? (Each correct answer
presents a complete solution. Choose two.)

A.
Option A
B.
Option B
C.
Option C
D.
Option D
B & D
1
0
B & D are correct:
Answer A – compiler error due to same parameter types
Answer B – correct
Answer C – compiler error due to same parameter types
Answer D – correct
0
0
Tested in VS2017. D is corrected.
0
0