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.
An application needs to calculate the sales tax for an order. Which of the following is a valid example of a variable in a class that can be validated in the Set block of a Property procedure?
A) Private TaxRate As Double
B) Private _dblTaxRate As Double
C) Public TaxRate As Double
D) Public _dblTaxRate As Double
Correct Answer:

Verified
Correct Answer:
Verified
Q6: What is an auto-implemented property and what
Q10: If you create an auto-implemented property named
Q13: Write a Class statement that defines a
Q14: In a Property procedure,the code contained in
Q16: Explain the difference between Public and Private
Q22: _ are the operations (actions)that the object
Q31: A method name combined with its optional
Q41: What are classes and objects? How are
Q53: Which of the following clauses allows a
Q54: A(n)_ is a class method whose sole