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