Which two sets of method signatures can you use to achieve this goal?

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

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



Leave a Reply 5

Your email address will not be published. Required fields are marked *


zen

zen

how BD? A has void return, C has Int32, looks I missed reasons

kasp

kasp

BD, checked.

Hich

Hich

BC
D=>(int?) can be null

Hich

Hich

BD is correct
INT32 == int