0
已修复

overriding an abstract method in the defining abstract class

Matthias Ramseier 5 年 前 更新人: anonymous 5 年 前 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

解答

解答
已修复

Hi Matthias!

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

很好,我很满意
满意度评分用户: Matthias Ramseier 5 年 前
解答
已修复

Hi Matthias!

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

UserEcho 的客户支持