Multiple Choice
Case-Based Critical Thinking Questions Case 1 - chaussure.com
Chaussure.com is an online shoe retailer. The applications for the web site are developed using classes and object-oriented programming techniques.
The Discount class is used by applications for assigning appropriate discounts to orders. A Public property within the class is made ReadOnly. Which of the following is true about this ReadOnly property?
A) The Set block of code will be entered in the class.
B) The applications using the Discount class will determine the appropriate discount.
C) The application will only be able to retrieve the discount.
D) The application will be able to change the discount.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Define the term "inheritance" in object-oriented programming
Q19: Write the appropriate block of code to
Q23: You indicate that a class is a
Q26: Only an instance of a class-not the
Q35: When two or more methods have the
Q35: Case-Based Critical Thinking Questions Case 1 -
Q37: A class is anything that can be
Q40: When naming the Private variables in a
Q48: The Inherits clause is the keyword _
Q57: The Tree class is derived from a