Author Question: Reuse can apply to any ________ that is required in software development. A) product B) ... (Read 46 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?

Most fungi that pathogenically affect humans live in soil. If a person is not healthy, has an open wound, or is immunocompromised, a fungal infection can be very aggressive.

Did you know?

All adults should have their cholesterol levels checked once every 5 years. During 2009–2010, 69.4% of Americans age 20 and older reported having their cholesterol checked within the last five years.

Did you know?

The types of cancer that alpha interferons are used to treat include hairy cell leukemia, melanoma, follicular non-Hodgkin's lymphoma, and AIDS-related Kaposi's sarcoma.

Did you know?

People about to have surgery must tell their health care providers about all supplements they take.

Did you know?

The Babylonians wrote numbers in a system that used 60 as the base value rather than the number 10. They did not have a symbol for "zero."

For a complete list of videos, visit our video library