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