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
a few
B few
C little
D less
E
No correction required
Share : |
A No
B Yes
Share : |
A Destructor destroys only float data members of the object.
B Destructor destroys only pointer data members of the object.
C Destructor destroys only integer data members of the object.
D Destructor destroys the complete object.
Share : |
A copy constructor
B constructor
C default constructor
D destructor
Share : |
A cannot overloaded
B can be nested
C can be called
D can be overloaded
Share : |
A A destructor has a different name than the class in which it is present.
B A destructor can be overloaded.
C A destructor always returns an integer.
D A destructor has the same name as the class in which it is present.
Share : |
A Constructor
B Destructor
C Data Members
D Both A and C
Share : |
A work without any problem
B call one-argument constructor of the class
C call zero-argument constructor
D call itself recursively
Share : |
A Destructor
B Copy Destructor
C Copy Constructor
D Zero-argument Constructor
Share : |
A syntax
B virtual
C linker
D logical
Share : |