Examlex

Solved

Smelly Fruit at First Glance There Is Little to Like About the About

question 154

Multiple Choice

Smelly Fruit
At first glance there is little to like about the durian. The durian is a fruit popular in Thailand that is spiky outside and stinky on the inside. When confronted with the durian for the first time, the Wall Street Journal recently reported that westerners often describe its distinctive sulphurous smell with words like stinky socks and manure. However, the durian is so popular in Thailand that one variety of the durian fruit, called the Kan Yao, has been selling for as high as $200. Even at that price, supply of the Kan Yao cannot keep up with demand. There are approximately 30 varieties of the durian grown in Thailand, with the most plentiful selling in the $15 range. The yellow flesh of the durian, the part you eat, has very powerful smell, but possesses a sweet, nutty taste that Thais cannot seem to get enough of at any price.
-Refer to Smelly Fruit.Over the past two years the price for Kan Yao durian fruit has increased by 50%.If the amount sold has remained almost constant,we would say that demand is _____ :


Definitions:

Inheritance

A mechanism in object-oriented programming that allows a class to inherit properties and behavior (methods) from another class.

Derived Class

A class that inherits properties and methods from another class, also known as a child or subclass.

Base Class

A class from which other classes are derived or inherit properties and methods in object-oriented programming.

Constructor Invocation

The process of creating an instance of a class by calling its constructor, which initializes the new object.

Related Questions