Question: using c++ Write a class date (d, m, y), class file (name, size, creation_date) and class directory (name, directory_creation_date, array[files]) Write the constuctors, destructors, set,
using c++
Write a class date (d, m, y), class file (name, size, creation_date) and class directory (name, directory_creation_date, array[files])
Write the constuctors, destructors, set, get methods for each class
Create a directory object and fill it with its required data
Find the size of the created directory object.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
