(A) Reusability
(B) Writability
(C) Maintainability
(D) All of the above
Category: Object Oriented Programming Mcqs
Object Oriented Programming OOP Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Object Oriented Programming Mcqs section will help users to prepare mcqs of OOP for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their Object Oriented programming portion from here.
Compiler performs __ type checking to diagnose type errors.
(A) Static
(B) Dynamic
(C) Bound
(D) Unbound
Template functions use __ than ordinary functions.
(A) Greater Memory
(B) Lesser Memory
(C) Equal Memory
(D) None of the above
The user must define the operation of the copy constructor.
(A) True
(B) False
Identify the correct way of declaring an object of user defined template class A for char type members?
(A) A< char > obj;
(B) A obj:
(C) A obj;
(D) Obj A;
A function template can not be overloaded by another function template?
(A) True
(B) False
Which of the following causes run time binding?
(A) Declaring object of abstract class
(B) Declaring pointer of abstract class
(C) Declaring overridden methods as non-virtual
(D) None of the above
A template argument is preceded by the keyword?
(A) Vector
(B) Class
(C) Template
(D) Type