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

Method displayData

Programs/eduEmpDb.java:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 speed = sc.nextDouble();
48 }
49 public void displayData() {
50 System.out.println("Displaying employee details: ");
51 System.out.println("Name: " + name);
52 System.out.println("Employee id: " + emp_id);
53 System.out.println("Speed: " + speed);
54 }
55}
56
57class Officer extends Staff {

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected