class CreditRiskIndicators (val ead: Double) {} abstract class FinancialInstrument { def getCreditRiskIndicators() : CreditRiskIndicators } abstract class Account { def getCreditRiskIndicators() : CreditRiskIndicators } abstract class Position { def getCreditRiskIndicators() : CreditRiskIndicators }
Friday, September 28, 2012
Structural Typing Zur Hilfe
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment