Question 204 Encapsulation is A Dynamic binding B A mechanism to associate the code and data C Data abstraction D Creating new class OOPSPropertiesUGC NET CS […]
Question 205 A __________ is a special method used to initialize the instance variable of a class. A Member function B Destructor C Constructor D Structure […]
Question 208 Member of a class specified as _______ are accessible only to method of the class. A private B public C protected D derive OOPSDeclarationUGC […]
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. […]