467 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...