[Solved] Non-static methods cannot be referenced from a static context from within the same class [duplicate]

[ad_1]

change

RegistryInterface.doDeleteStudent(studentID);  // Static error here.

with

 this.doDeleteStudent(studentID);

Hope helped you!

[ad_2]

solved Non-static methods cannot be referenced from a static context from within the same class [duplicate]