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