A derived class method has the hide modifier, but there is no matching method in the base class. You cannot hide a method that does not exist.
To correct this error
-
Remove the hide modifier from the method declaration.
- or -
-
Add a matching method to the base class.