Directions to Solve Which of phrases given below each sentence should replace the phrase printed in bold type to make the grammatically correct? If the sentence is correct as it is, mark 'E' as the answer. A little
B less
C
a few
D few
E
No correction required
Share : |
A No
B Yes
Share : |
A Destructor destroys only integer data members of the object.
B Destructor destroys the complete object.
C Destructor destroys only pointer data members of the object.
D Destructor destroys only float data members of the object.
Share : |
A destructor
B copy constructor
C default constructor
D constructor
Share : |
A can be called
B cannot overloaded
C can be overloaded
D can be nested
Share : |
A A destructor always returns an integer.
B A destructor has a different name than the class in which it is present.
C A destructor has the same name as the class in which it is present.
D A destructor can be overloaded.
Share : |
A Both A and C
B Data Members
C Constructor
D Destructor
Share : |
A call itself recursively
B call one-argument constructor of the class
C call zero-argument constructor
D work without any problem
Share : |
A Copy Destructor
B Copy Constructor
C Zero-argument Constructor
D Destructor
Share : |
A virtual
B linker
C syntax
D logical
Share : |