Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 2 (Q.No. 20)
20.
In a C++ program, which of the following can be thrown?
scalar variables
programmer-defined objects
both (a) and (b)
neither (a) nor (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Sanket said:   7 years ago
I didn't understand this properly.. Can anyone explain this in clear?

AYESHA... said:   5 years ago
The programmer defined objects are nothing, but classes and structures can throw exceptions in c++ program.

Post your comments here:

Your comments will be displayed after verification.