(A) Overriding
(B) Specific
(C) General
(D) None of the given
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.
Constructor have same name as the class name?
(A) true
(B) false
(C) NA
(D) NA
Data members are the attributes of objects?
(A) true
(B) false
(C) NA
(D) NA
The sentence __Object Oriented Programming book in bookshelf‖ is an example of.
(A) Association
(B) Multiple association
(C) Aggregation
(D) none of the given
Three main characteristics of “Object Oriented programming” are?
(A) Encapsulation,dynamic binding,polymarhpishm
(B) polymorphism, overloading, overriding
(C) encapsulation, inheritance, dynamic binding
(D) encapsulation, inheritance, polymorphism
Which one is a not class association?
(A) Simple Association
(B) Inheritance
(C) Composition
(D) Aggregation
If a class involves dynamic memory allocation, thenA?
(A) Default copy constructor, shallow copy is implement
(B) User defined copy constructor, shallow copy is impl
(C) Default copy constructor, deep copy is implemented
(D) User defined copy constructor, deep copy is implem
__ is automatically called when the object is created.
(A) member function
(B) object
(C) constructor
(D) None of the given