destiny child

Step 1: Declare a class named Child with private member variables for name and age. Step 2: Define public member functions to set and get the name and age of the child. Step 3: Implement a constructor to initialize the name and age of the child. Step 4: Create a main function to demonstrate the usage of the Child class. Step 5: Inside the main function, create instances of the Child class and use the member functions to set and get the name and age of the child.