The only way this could possibly be useful is if you want to override a method from a base class and simultaneously declare a "new" method to replace the method. You can fake that by using a dummy parent class for just overriding the method.