Exercises(210) Create a struct that holds two string objects and one int. Use a typedef for the struct name. Create an instance of the struct, initialize all three values in your instance, and print them out
Chapter 14 Topics Structured Programming vS Object-Oriented Programming Using Inheritance to Create a New C++ class Type Using Composition( Containment) to Create a New C++ class Type Static vs Dynamic Binding of Operations to Objects