Calling one part of a class from another

前端 未结 0 1504
傲寒
傲寒 2020-12-09 14:35

Here\'s my code:

public class Person {
 String Name; 
 Identification ID; ///where Identification is a class with other info
...
}

public class Population {
         


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