NTA UGC NET Aug 2024 Paper-2
April 14, 2025NTA UGC NET Aug 2024 Paper-2
April 14, 2025NTA UGC NET Aug 2024 Paper-2
Question 53 |
Which of the following are TRUE about constructions in C++ ?
(A)A constructor can be overloaded.
(B)A constructor does not have a return type.
(C)A constructor must be declared as a friend function.
(D)A constructor is called when an object is destroyed.
(A)A constructor can be overloaded.
(B)A constructor does not have a return type.
(C)A constructor must be declared as a friend function.
(D)A constructor is called when an object is destroyed.
Choose the correct answer from the options green
(B), (C), (D) only
| |
(B), (C) only
| |
(A),(B), (C) only
| |
(A),(B) Only |
Correct Answer: D