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