@@ -56,7 +56,7 @@ interface类型定义了一组方法,如果某个对象实现了某个接口
//Student实现BorrowMoney方法
func (s *Student) BorrowMoney(amount float32) {
loan += amount // (again and again and...)
s.loan += amount // (again and again and...)
}
//Employee实现SpendSalary方法
The note is not visible to the blocked user.