0
數據傳輸對象應該總是用於傳輸數據嗎?請參閱下面的代碼:數據傳輸對象返回值
public function getPerson(ByVal id As integer) As Person
return Person
end function
public function getPersonAge(ByVal id As integer) As Integer
return age
end function
第一個函數返回該人的每條信息,並且可能在獲取信息時一次又一次地重複使用。處理應用程序其他部分的人員。 getPersonAge稍快。