create object (a) from other object (b) data depends on (b) type

前端 未结 0 873
孤独总比滥情好
孤独总比滥情好 2020-12-16 08:42

I have `

class I1 {
 private int line_num;
 private String text;
}

class A extends I1 {
  private int additional_data_for_a;
}

class B extends I1 {
  privat         


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