Solved

Case 1 - Chaussure.com

Question 3

Multiple Choice

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.
-Rather than reuse the Shoe class,you have decided to derive the Boot class from the Shoe class.Which of the following creates the derived Boot class?


A) Private Class Shoe Inherits Boot
B) Private Class Boot Inherits Shoe
C) Public Class Shoe Inherits Boot
D) Public Class Boot Inherits Shoe

Correct Answer:

verifed

Verified

Related Questions