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