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