Scala List of subclass

后端 未结 0 1293
栀梦
栀梦 2021-02-14 07:06

I\'m in the process of porting some python code to Scala where I have the following class hierarchy:

class Foo:
   ...

class Bar(Foo):
   ...

class Baz(Foo):
           


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