How to organise input for many classes

Posted by Evl-ntnt on Stack Overflow See other posts from Stack Overflow or by Evl-ntnt
Published on 2010-03-29T13:02:07Z Indexed on 2010/03/29 14:13 UTC
Read the original article Hit count: 125

Filed under:
|
|
|

I have one abstract class and many child classes. In child classes are from 2 to 20 members which must be filled by user. What the best way to do this using OOP? Make form for each child class? Or hide and unhide many input elements and labels? Is there some best way? I using WPF and C#

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf