<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">public class EredAdd_B extends EredAdd_A {
    EredAdd_B() { x = x + 1; }    //costruttore
}

</pre></body></html>