How to avoid running superclass constructor?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Subclass Definition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!