0
Fixed

overriding an abstract method in the defining abstract class

Matthias Ramseier hace 5 años actualizado por anonymous hace 5 años 1

I was going through the premium course on refactoring to freshen up my skills, when i suddenly encountered a rather questionable code example.

The code example is in: Refactoring >> Exctract Subclass.

The questionable lines are the multiple definitions of getUnitPrice() in the abstract class.
There is a abstract definition, which is totally fine and part of the refactoring process, but there is also, in the same abstract class, an empty definition that overrides the getUnitPrice function. 

Image 272

Is there any reasoning behind this example or was the empty function not supposed to be there at the end of the example?

edit: im not sure in which type of post such a post belongs so i just tried my luck in discussions, fell free to change the type to an appropriate one

Respuesta

Respuesta
Fixed

Hi Matthias!

Thanks for reporting this! It's definitely a bug and I've just fixed. Thanks again!

BIEN, ESTOY SATISFECHO.
Puntuación de satisfacción por Matthias Ramseier hace 5 años
Respuesta
Fixed

Hi Matthias!

Thanks for reporting this! It's definitely a bug and I've just fixed. Thanks again!