Author Question: Reuse can apply to any ________ that is required in software development. A) product B) ... (Read 63 times)

Jramos095

  • Hero Member
  • *****
  • Posts: 528
Reuse can apply to any ________ that is required in software development.
 
  A) product
  B) experience
  C) expertise
  D) all of the above

Question 2

Describe basic object-oriented concepts in the context of structural modeling.
 
  What will be an ideal response?



s.meritte

  • Sr. Member
  • ****
  • Posts: 306
Answer to Question 1

D

Answer to Question 2

Classes and objects are black boxes: their outside is visible while their inside is not. This characteristic is achieved through encapsulation, the enclosing of data and processes within one single unit. Information hiding, which follows encapsulation, ensures that the inner entities and the workings of the object are concealed (and safe) from outside entities.
Encapsulation results in two spaces: public (the outside) and private (the inside). What the object offers to the public is called its interface. The interface is both the services that an object provides and the form that these services take. Since, in an information system, the only reason for an object's existence is the services that it offers to other entities, the interface of the object is characterized as a contract or a binding agreement.
Under this contract, an object assumes certain responsibilities. The responsibilities fall into two categories: what the object knows, or attributes, and what the object does, or operations. A class defines the responsibilities and its instances (the objects) carry them out.
Even though an object is a building block of an information system, it might be composed of other objects. Such objects are called composite objects. A collection object is a composite object that is made up of objects instantiated from the same class. Composite objects may belong to a hierarchy: a component of a composite object may itself be a composite object.



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question


 

Did you know?

Amoebae are the simplest type of protozoans, and are characterized by a feeding and dividing trophozoite stage that moves by temporary extensions called pseudopodia or false feet.

Did you know?

Not getting enough sleep can greatly weaken the immune system. Lack of sleep makes you more likely to catch a cold, or more difficult to fight off an infection.

Did you know?

Lower drug doses for elderly patients should be used first, with titrations of the dose as tolerated to prevent unwanted drug-related pharmacodynamic effects.

Did you know?

Always store hazardous household chemicals in their original containers out of reach of children. These include bleach, paint, strippers and products containing turpentine, garden chemicals, oven cleaners, fondue fuels, nail polish, and nail polish remover.

Did you know?

Every flu season is different, and even healthy people can get extremely sick from the flu, as well as spread it to others. The flu season can begin as early as October and last as late as May. Every person over six months of age should get an annual flu vaccine. The vaccine cannot cause you to get influenza, but in some seasons, may not be completely able to prevent you from acquiring influenza due to changes in causative viruses. The viruses in the flu shot are killed—there is no way they can give you the flu. Minor side effects include soreness, redness, or swelling where the shot was given. It is possible to develop a slight fever, and body aches, but these are simply signs that the body is responding to the vaccine and making itself ready to fight off the influenza virus should you come in contact with it.

For a complete list of videos, visit our video library