[Solved] Write a program to make “Employee” class consisting of following
Write a program to make “Employee” class consisting of following: — instance variables –> id & age — a parameterized constructor to initialize both instance variables. Create array of “n” Employee objects (where “n” is no. of objects specified by…