public BankAccount(int accountAge, int creditScore, AccountInterest accountInterest)   
{    
AccountAge = accountAge;    
CreditScore = creditScore;    
AccountInterest = accountInterest;    
} 
public int AccountAge { get; private set; }   
public int CreditScore { get; private set; }    
public AccountInterest AccountInterest { get; private set; }
 
                    
                     
                    
                 
                    
                 
 
         
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号