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