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