I am having some trouble figuring out hour to accurately override a method in one of my subclasses.
I have subclass (ClassB) of another customclass (ClassA):
Although this question is too old, but there are sill some learners as every expert was, The following is quoted from Apple documentation. "The new method must have the same return type and take the same number and type of parameters as the method you are overriding." full answer can be found in Apple method overriding documentation Hope this helps someone.