G
Guest
I am making a project that will use a custom object called account
i will be inheriting a base account type for each account
my problem is that each account will have custom data that needs to be saved some how
i cant make a table as the fields will be different
for example the information needed to describe a checking account will different from that needed for a
loan or a savings account
Is there some sort of a trick or some built in feature that i could use for this
i was going to use properties but then i dont know how to save that and it wont let me declare a static variable in the class
Please any suggestions would be grea
WStoreyII
i will be inheriting a base account type for each account
my problem is that each account will have custom data that needs to be saved some how
i cant make a table as the fields will be different
for example the information needed to describe a checking account will different from that needed for a
loan or a savings account
Is there some sort of a trick or some built in feature that i could use for this
i was going to use properties but then i dont know how to save that and it wont let me declare a static variable in the class
Please any suggestions would be grea
WStoreyII