C++ Constructors Questions and Answers
Computer Languages
5. | When an instance of a class comes into scope, the function that executed is .......... |
---|---|
|
6. | When a class object goes out to scope, the fucntion that gets executed is ........... |
---|---|
|
7. | How many destructors a class can have? |
---|---|
|
8. | Which of the following do not return any value? |
---|---|
|