69 views
in GUI Development by
Hi,

I want to create a child class with one method, with multiple parent class. Say If I modified the method inside parent, it should have to exhibit the replicate in all other classes of the child class. Unlike using SuperClass can we handle it somewhere else

1 Answer

0 votes
by
Hello Dinesh,

do you refer to multiple inheritance? If yes, this is not possible. Embedded Wizard supports single inheritance only. In this case all classes descending from a super class inherit the implementation of this super class. When you modify the implementation in the super class, all descending classes are automatically affected. Possibly it is already what you expect and I have misunderstood your question?

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...