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

Method display

Programs/eduInstitute.java:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 System.out.println();
23 }
24 void display() {
25 System.out.println("Displaying student details: ");
26 System.out.println("Name: " + name);
27 System.out.println("ID: " + id);
28 System.out.println("Year: " + year);
29 System.out.println("Course: " + course);
30 }
31}
32
33class Teacher extends Person {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected