______is a property of object-oriented software by which an abstract operation may be performed in different ways in different classes.A.MethodB.PolymorphismC.InheritanceD.Encapsulation

______is a property of object-oriented software by which an abstract operation may be performed in different ways in different classes.

A.Method

B.Polymorphism

C.Inheritance

D.Encapsulation


相关考题:

( )iS a property of object—oriented software by which an abstract operation ma)’be performed in different ways in different classes. A.Method B.Polymorphism C.Inheritance D.Encapsulation

In the following statements about graph operations,which one is NOT correct?A.Finding critical path is an operation on directed graphB.Finding critical path is an operation on undirected graphC.Spanning tree of a graph may not be uniqueD.Minimum spanning tree of a graph may not be unique

For which two functions is the Routing Engine responsible?() A.packet forwardingB.queuing functionsC.routing protocol controlD.JUNOS software operation

The task at hand now is to(56)the programmers who still use yesterday's software technology to solve today's software problems. Object-oriented programming requires a new attitude toward problem(57). Problem(57)with computer system becomes more natural. Application can(58)be translated into(59). Although it is commonly believed that it will be easier to train new programmers to use object-oriented techniques than to(60)programmers who have substantial experience in applying conventional programming language constructs.A.testB.forceC.educateD.touch

Until security has been provided the Contractor shall have a maritime lien on ______ for his remuneration.A.the property lostB.the property salvedC.the property involved in the accident which gave rise to the salvage operationsD.any other property in danger which is not and has not been on board the vessel

Which operation may cause the pressure in an inert tank to fall below the prescribed limits ________.A.LoadingB.DischargingC.Crude oil washingD.Steaming tanks

The operation of which aids to navigation may be suspended during war or national emergency ________.A.Navigational satellitesB.LoranC.OmegaD.Any of the above

Software entities are more complex fortheir size than perhaps any other human construct, because no two parts arealike (at least above the statement level). If they are, we make the twosimilar parts into one, a(71 ), open or closed. In this respect software systems differprofoundly from computers,buildings, or automobiles, where repeated elementsabound.Digital computers are themselves morecomplex than most things people build; they have very large numbers of states.This makes conceiving, describing, and testing them hard. Software systems haveorders of magnitude more (72 )than computers do.Likewise, a scaling-up of a software entityis not merely a repetition of the same elements in larger size; it is necessarily an increase inthe number of different elements. In most cases, the elements interact witheach other in some( 73 )fashion,andthe complexity of the whole increases much more than linearly.The complexity of software is a(an)(74 )property, notan accidental one. Hence descriptions of a software entity that abstract awayits complexity often abstract away its essence.Mathematics and the physicalsciences made great strides for three centuries by constructing simplifiedmodels of complex phenomena, deriving properties from the models, and verifyingthose properties experimentally. This worked because the complexities(75 )in the modelswere not the essential properties of the phenomena. It does not work when thecomplexities are the essence.Many of the classical problems ofdeveloping software products derive from this essential complexity and its nonlinear increases withsize. Not only technical problems but management problems as well come from the complexity.A.statesB.partsC.conditionsD.expressions

( ) is a property of object-oriented software by which an abstract operation may be performed in different ways in different classes. A.MethoD. B.Polymorphism C.Inheritance D.Encapsulation

LTE网管上Configuration有哪些功能应用()A、CM operation managerB、Software ManagerC、CM editorD、License Manager

Which two statements are true?()A、 An inner class may be declared as static.B、 An anonymous inner class can be declared as public.C、 An anonymous inner class can be declared as private.D、 An anonymous inner class can extend an abstract class.E、 An anonymous inner class can be declared as protected.

Which of the following statements concerning intellectual property is wrong?()A、Intellectual property is an intangible creationB、Intellectual property in ludes patents,trademarks,copyrights,etc.C、Intellectual property is a visible creationD、There are some agreement sconcerning intellectual property under the WTO

Which of the following are attributes of a hardware-based RAID controller?()A、Backs up dataB、Less expensive than software RAIDC、Vendor neutral implementationD、Accessible through a BIOS interfaceE、More host CPU usage than software RAIDF、Accessible through a system utility after the OS has been loadedG、May retain data in the event of a power outage

Which of the following options indicates why it is important to talk to the user and ask appropriate questions about a software problem? ()A、Software problems don't generate errors. B、The user is more knowledgeable about software. C、The system logs will provide useful information alone. D、Key information pertaining to the software may be uncovered.

Which the following two statements are true?()A、 An inner class may be declared as static.B、 An anonymous inner class can be declared as public.C、 An anonymous inner class can be declared as private.D、 An anonymous inner class can extend an abstract class.E、 An anonymous inner class can be declared as protected.

单选题During the PSC inspection under the provision of SOLAS 74, which one may be regarded as clear grounds for ships’ detainment?()Afailure of proper operation of propulsionBpaint peeling off the uptakeCno operation procedures for the oil separatorsDdamaged sanitary pump

单选题()is a property of object-oriented software by which an abstract operation may be performed in different ways in different classes.AMethodBPolymorphismCInheritanceDEncapsulation

单选题Which of the following options indicates why it is important to talk to the user and ask appropriate questions about a software problem? ()ASoftware problems don't generate errors. BThe user is more knowledgeable about software. CThe system logs will provide useful information alone. DKey information pertaining to the software may be uncovered.

单选题The operation of which aids to navigation may be suspended during war or national emergency().ANavigational satellitesBLoranCOmegaDAny of the above

单选题During the PSC inspection, under the provisions of SOLAS 74, which one may not be regarded as clear grounds for ships’ detainment?()Afailure of the proper operation of emergency generatorBinsulation of piping including exhaust pipes in engine room contaminated by oilCimproper operation of bilge of bilge of bilge pumping arrangementsDdamaged sanitary pump

多选题For which two functions is the Routing Engine responsible?()Apacket forwardingBqueuing functionsCrouting protocol controlDJUNOS software operation

单选题Switchboards may be of the dead-front type in which all live parts are installed behind () and only the operation handles and instruments are on the front.Athe capstanBthe collectorCthe panelsDthe surface

多选题Which two statements are true?()AAn inner class may be declared as static.BAn anonymous inner class can be declared as public.CAn anonymous inner class can be declared as private.DAn anonymous inner class can extend an abstract class.EAn anonymous inner class can be declared as protected.

单选题Which of the following statements concerning intellectual property is wrong?()AIntellectual property is an intangible creationBIntellectual property in ludes patents,trademarks,copyrights,etc.CIntellectual property is a visible creationDThere are some agreement sconcerning intellectual property under the WTO

单选题A Windows Communication Foundation (WCF) client uses the following service contract.(Line numbers are included for reference only.) 01 [ServiceContract] 02 public interface IService 03 { 04 [OperationContract] 05 string Operation1( ); 06 [OperationContract] 07 string Operation2( ); 08 } You need to ensure that all calls to Operation1 and Operation2 from the client are encrypted and signed. What should you do?()ASet the ProtectionLevel property in line 01 to EncryptAndSign.BSet the ProtectionLevel property in line 04 and line 06 to Sign.CAdd a SecurityCriticalAttribute ror each operation.DAdd a SecunitySafeCriticalAttribute for each operation.

单选题The Unified Modeling Language is a standard graphical language for modeling object-oriented software()can show the behavior of systems in terms of how objects interact with each other.AClassdiagramBComponentdiagramCSequencediagramDUse case diagram

单选题During the PSC inspection, under the provisions of SOLAS 74, which one may not be regarded as clear grounds for ships’ detainment?()Afailure of the proper operation of the main steering gearBfailure of the proper operation of electrical installationsCleakage of domestic water pumpDinsulation of exhaust pipes in engine room contaminated by oil

单选题During the watch at sea, where situations occur in the machine apace which may affect the speed maneuverability, power supply or other essentials for the safe operation of the ship()should be informed as soon as possible.Athe chief engineerBthe masterCthe bridgeDthe company superintendent