Some specific questions about object oriented and MVC design
I have two objects, Users and Mail. Users create Mail objects and send them to other users.
If I wanted to get all mail for a User, I could create a method like GetMail() that would return an array
问答
阅读(2)