It was of course Apple. The founder spent a summer in an Oregon orchard
Answer:Mashups
Explanation:mashup has several meanings. it used to describe songs that meshed two different styles of music into one song.
It is also used to describe videos that have been compiled using different clips from multiple sources.
mashup also describes a Web application that combines multiple services into a single application.
Answer: must have public properties that match the names of the bound fields
Explanation:
When a business class is used with an object data source, the business class must have public properties that match the names of the bound fields.
Having an attribute which match the names of the bound fields isn't necessary as well as having a constructor with parameters that match the names of the bound fields
Therefore, the correct option is B.