Question: Using the below definition of the class for PMU faculty, implement the following: (1.5 marks) 1) default and overloaded constructor 2) accessors and mutators class
Using the below definition of the class for PMU faculty, implement the following: (1.5 marks)
1) default and overloaded constructor 2) accessors and mutators
class PMUfaculty
{
private int faculty_ID;
private String faculty_name;}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
