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