单项选择题
A. Use the Enqueue method of the MyQueue object.
B. Use the Clear method of the MyQueue object.
C. Use the Dequeue method of the MyQueue object.
D. Use the TrimToSize method of the MyQueue object.
多项选择题 YouworkasanapplicationdeveloperatCertkiller.com.Certkiller.comhasinstructedyoutocreateaclassnamedMetricFormula.ThisclasswillbeusedtocompareMetricUnitandEnglishUnitobjects.TheMetricFormulaiscurrentlydefinedasfollows(Linenumbersareusedforreferencepurposesonly):1.publicclassMetricFormula2.{3.4.}YouneedtoensurethattheMetricFormulaclasscanbeusedtocomparetherequiredobjects.Whatshouldyoudo?()
单项选择题 You work as an application developer at Certkiller .com. Certkiller .com wants you to develop an application that stores and retrieves client information by means of a unique account number.You create a custom collection class, which implements the IDictionary interface,named ClientDictionary. The following code have been included into the new application.You use the same method to add other Client objects to the collection. You need to ensure that you are able to retrieve client information associated with the account number 10111.What should you do?()
单项选择题 YouworkasanapplicationdeveloperatCertkiller.com.Certkiller.comhasbeenhiredbyasmalllocalprivateschooltodevelopaclasslibrarythatwillbeusedinanapplicationnamedManageAttendanceforthepurposeofmanagingstudentrecords.Youareresponsiblefordevelopingthisclasslibrary.Certkiller.comhasinstructedyoutocreateacollectionintheapplicationtostorelearners’results.Theschoolhasinformedyouthattheycurrentlyonlyhavesevenlearners,butthatthisvaluewilltripleinthefollowingyear.Duetothelimitedresources,youneedtoensurethatthecollectionyoucreateconsumesaminimumamountofresources.Whatshouldyouusetocreatethecollection?()