Issues with Inheritance and collections?

2009-01-30 Thread Devraj Mukherjee
Hi all, I have two classes DomainLogicBase and Vehicle where Vehicle inherits from DomainLogicBase (there are other classes in the project that inherit from DomainLogicBase), DomainLogicBase has some helper functions that all my models use and it also has some common vars like UID that all my

Re: Issues with Inheritance and collections?

2009-01-30 Thread Ken Thomases
On Jan 30, 2009, at 5:23 AM, Devraj Mukherjee wrote: I have two classes DomainLogicBase and Vehicle where Vehicle inherits from DomainLogicBase [...] I am adding objects of type Vehicle to an NSMutableArray which are read up from disk from an SQLite database. How are you storing/reading