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