Stark

Stark

Write a program to generate the resume. Create 2 Java classes Teacher and Student which implement the java interface Resume with the method biodata().

Write a program to generate the resume. Create 2 Java classes Teacher (data: personal information, qualification, experience, achievements) and Student (data: personal information, result, discipline) which implement the java interface Resume with the method biodata(). Aim: Introduction to abstract classes, abstract…