Shraddha Bhat

Shraddha Bhat

  • NA
  • 13
  • 12.6k

Problem

Apr 25 2013 4:38 AM
Create a Employee Class with members say fullaname, EmpID , CurrPAy with Appropriate Constructors
and Destructors .Write adriver program to create 4 employees and at each time of the creation of a new
employee display the count of objects created with the help of constructor .Also destroy the objects with
the help of destructor and Garbage Collector. At each time of the destruction display the number of
objects destroyed and number of objects remaining.