Hi, In the analysis phase my class diagram shows the real objects model with inheritance. But, in the realisation phase VB language has some constraints. VB can?t inherit more than one class level. I need to change four levels of inheritance in a multiple inheritance. Example: Class D -> inherit of Class C -> inherit of Class B -> inherit of Class A (four levels inheritance) I need to change to Multiple inheritance like that: Class D -> inherit of Interface C Class D -> inherit of Interface B Class D -> inherit of Interface A Class C -> inherit of Interface B Class C -> inherit of Interface A Class B -> inherit of Interface A Could you imagine the impact on the class diagram? It's incomprehensible, there is too many inheritance links and I lost the hierarchical structure. I want to use the code generating and the reverse engineering as well. Do you know if somebody has experienced the same situation? I need ideas or work around. Thanks Pascal ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
