Declaring and ImplementingThis is what I got so far for the first two.
Declaring and Implementing[code] class Date { public: Date(int day, month, year) Date(const Date&, int day, month, year)...
Declaring and ImplementingDeclare and Implement a Default Constructor for class Date Declare and Implement a Copy Constructor...
Did I do this correctly?friend double compute (A& data) so this is the correct format? for :Declare function double compu...
Output of CodeModify the following code to: Declare class A to be a friend of class B. Declare function double ...