MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / EduInstitute

Class EduInstitute

Programs/eduInstitute.java:55–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55public class EduInstitute {
56 public static void main(String[] args) {
57 // TODO Auto-generated method stub
58 Student s1 = new Student();
59 s1.getDetails();
60 s1.display();
61 System.out.println();
62 Teacher t1 = new Teacher();
63 t1.getDetails();
64 t1.display();
65 }
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected