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

Method main

Programs/eduInstitute.java:56–65  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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 4

getDetailsMethod · 0.95
displayMethod · 0.95
getDetailsMethod · 0.95
displayMethod · 0.95

Tested by

no test coverage detected