Object Oriented Programming - Old Questions
Question Answer Details
8. Write a C++ program containing a possible exception. Use a try block to throw it and a catch block to handle it.
Answer
AI Generated Answer
AI is thinking...