What's a good design practice if I want to overload an inherited method from a super class?

后端 未结 0 586
感动是毒
感动是毒 2020-12-12 19:53

I have 2 concrete classes and an abstract superclass. The abstract superclass has an abstract method named play() which accepts two arguments and returns a type String. When

相关标签:
回答
  • 消灭零回复
提交回复
热议问题