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