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