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