In C++ please
Posted: Sun May 15, 2022 2:07 pm
In C++ please
1. Create a program that interacts with the user. 2. Use at least 3 objects (instances of different classes) 3. Use at least one example of inheritance 4. Use at least one pointer 5. Use at least one pass by reference 6. Use at least one overloaded function 7. Use separate files for class definition, class function definition, cpp file that has main 8. Use at least 2 loops 9. Use at least 2 selection statements 10. Include at least one array 11. Include a write to a file 12. Include a read from file 13. Include data validation. 14. Write and use data validation functions in a private library of your creation that includes generic functions for getString, getint, and getFloat. 15. Break program into appropriate functions. Documentation: You must include a document, with numbers 1-15, that tell where and how these criteria were met in your program. For design work 1. Create a basic design using a UML hierarchy and class diagram 2. Create high level logic design for your program using Pseudocode
1. Create a program that interacts with the user. 2. Use at least 3 objects (instances of different classes) 3. Use at least one example of inheritance 4. Use at least one pointer 5. Use at least one pass by reference 6. Use at least one overloaded function 7. Use separate files for class definition, class function definition, cpp file that has main 8. Use at least 2 loops 9. Use at least 2 selection statements 10. Include at least one array 11. Include a write to a file 12. Include a read from file 13. Include data validation. 14. Write and use data validation functions in a private library of your creation that includes generic functions for getString, getint, and getFloat. 15. Break program into appropriate functions. Documentation: You must include a document, with numbers 1-15, that tell where and how these criteria were met in your program. For design work 1. Create a basic design using a UML hierarchy and class diagram 2. Create high level logic design for your program using Pseudocode