موضوع Friend function & friend class Task #6: Friend function & friend class. Create and destroy objects dynamically. Static data members and member functions. Objectives: Using friend functions, and friend classes. Using this pointer. Creating and destroying objects dynamically with operators new and delete, respectively. Creating dynamic array class. Using static data members and member functions. Student Learning Outcomes: You will: Be able to write a friend function and friend class. Be able to allocate and de allocate objects dynamically. Background: You have learned the syntax of friend function, friend class, this pointer, and delete and new operators. You have also learned how to write a static data members and member functions.