Auto-implement abstract methods in Java with Visual Studio Code

94 Views Asked by At

I have an abstract class which is being extended by 100 classes. I add another abstract method to the abstract class. How can I implement a stub method into all subclasses at once?

0

There are 0 best solutions below