public class Test1 { public static void main(String[] args) { Person[] p = { new Student(123456), new Faculty(123456) }; for (int i=0; i