Question Detail An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A Similar Questions : 1. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 2. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 3. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 4. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 5. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2