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