A
Andy B.
I have many different objects in my project like Events, NewsArticles,
Subscribers, MailingLists, Addresses, Venues, FAQ collections, FAQQuestions,
Songs, Statistics, Different types of reports, Categories of different types
(Events, Venues) and so on. When should I consider using objects (classes)
or data types (structures)? Also, should/can I practically put the data
access logic into the objects/datatypes? or should I leave those for
somewhere else?
Subscribers, MailingLists, Addresses, Venues, FAQ collections, FAQQuestions,
Songs, Statistics, Different types of reports, Categories of different types
(Events, Venues) and so on. When should I consider using objects (classes)
or data types (structures)? Also, should/can I practically put the data
access logic into the objects/datatypes? or should I leave those for
somewhere else?