A) Adele Goldberg B) Alan Kay C) bjarne stroustrup D) Dennis Ritchie E) Andrea Ferro
A) Encapsulation B) Abstarction C) Polymorphism D) Inheritance E) NONE OF THESE
A) Concept of wrapping things into a single unit B) A& B C) Concept of keeping things in differnt modules/files D) Concept of allowing overiding of functions E) Concept of hiding data
A) CLASS B) Absraction C) Encapsulation D) POLYMORPHISM E) Inheritance
A) ENCAPSULATION B) They allows us to show only required things to outer world C) Abstraction concept is not used in classes D) They help in keeping things together E) They does not helps in any way
A) Procedural programming language B) both procedural and object oriented programming language C) function oriented programming language D) structured orienred programming language E) Only class oriented
A) Duplicate data B) Code reusability C) Modularity D) Efficient Code E) Duplicate/Redundant data
A) 1970’s B) 1880's C) 1990's D) 1980's E) 1960’s
A) stdlib.h B) iostream.h C) A&B D) OOP can be used without using any header file E) stdio.h
A) It does not support pointers B) it does not allows objects C) It doesn’t support all types of inheritance D) It supports usual declaration of primitive data types E) It allows code to be written outside classes
A) Message reading B) Data transfer C) Message Passing D) Data Binding E) Binding of data
A) 1 B) 4 C) 5 D) 2 E) 3
A) Private B) Public/private C) Protected D) none of these E) Public
A) copy an object for storing the same value B) Copy an object for type casting C) Copy an object so that it can be passed to a function D) Copy an object so that it can be passed to a class E) Copy an object so that it can be passed to a function
A) * * B) '' '' C) // D) // E) \\
A) Global variables B) Global variables C) both global @ Local variables D) Local variables E) none of these
A) True B) true C) false D) neither true E) nor false
A) both input& output B) output C) none of these D) Input E) Input
A) nor false B) false C) neither true D) true E) true
A) Inheritance B) encapsulation C) Polymorphism D) Abstraction E) Absraction |