MCPcopy Create free account
hub / github.com/Krishna18062005/Hospital_Management_System_Java / setSpecialization

Method setSpecialization

Doctor.java:34–36  ·  view source on GitHub ↗
(String specialization)

Source from the content-addressed store, hash-verified

32 }
33
34 public void setSpecialization(String specialization) {
35 this.specialization = specialization;
36 }
37}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected