Multiple Choice
Which of the following statements is false?
A) Often, an object of one class is an object of another class as well.
B) A CarLoan is a Loan as are HomeImprovementLoans and MortgageLoans. Class CarLoan can be said to inherit from class Loan.
C) In the context of Part (b) , class CarLoan is a base class, and class Loan is a subclass.
D) In the context of Part (b) a CarLoan is a specific type of Loan, but it's incorrect to claim that every Loan is a CarLoan-the Loan could be any type of loan.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which of the following statements a), b)
Q28: Which of the following statements a), b)
Q29: Each new class you create becomes a
Q30: Which of the following statements is false?<br>A)
Q31: Which of the following statements is false?<br>A)
Q33: Class Time's properties and methods define the
Q34: Which of the following statements about a
Q35: A read-only property has _.<br>A) only a
Q36: Which of the following statements a), b)
Q37: Consider the following code which would set