A loan application requires a borrower data type with fields to collect first/last name, address, employment, income, credit score, etc. In certain situations data type of spouse/partner and/or cosigner are required. Can all data types reuse the same properties? (Choose One)
- Yes, if each data type references the same data class
- No, each data type must reference a unique data class
- Yes, if each field references the same data source
- No, each data type must reference a unique data source
Reveal Solution
Next Question