How to avoid running superclass constructor?
Ältere Kommentare anzeigen
You have defined a class derived from a parent class with a constructor. There is a constructor in the derived class. MATLAB implicitly runs the constructor of parent class and I do not want in my case. How can I avoid MATLAB implict superclass constructor call? Help me out.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Subclass Definition finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!