P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > BCA > BC0037

Object Oriented Programming Using C++


This is the collection of Sikkim Manipal University (SMU) question and answers for Object Oriented Programming Using C++. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2025, 2024, 2023 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of Object Oriented Programming Using C++, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0037 (Object Oriented Programming Using C++)

Get Questions        PART - A    PART - B    PART - C

Subject : Object Oriented Programming Using C++

     BC0037 : PART - A    


Q. 1Which of these interfaces of an object must
be defined when creating an instance of a
template?
 A)The "public" interface
 B)The "inheritance" intert'acc
 C)The "parameter" interface
 D)All of these
   
Q. 2 ____ is a data type, which is used to define
a heterogeneous set of data types or a set of
data items belonging to different data types
 A)void
 B)char
 C)structure
 D)array
   
Q. 3An abstract class is useful when
 A)no objects should be instantiated from it
 B)no classes should be derived from it
 C)there are multiple paths from one derived class to another
 D)You want to defer the declaration of the class
   
Q. 4Array is collection of
 A)Declared data
 B)Un declared data
 C)Homogeneous data
 D)Heterogeneous data
   
Q. 5Out of following choose the correct one
 A)Public items are not accessible from own class
 B)Protected items are accessible from objects out side the class
 C)Private items are accessible from derived class
 D)Protected items are accessible from derived class
   
Q. 6Which of these is not a feature of C++?
 A)Multiple Inheritance
 B)Pointers to class members
 C)Data Extraction
 D)None of these
   
Q. 7The ____ statements can not be used
outside a loop
 A)break
 B)continue
 C)Both A) and B)
 D)None of these
   
Q. 8is the base class in the 1/0 stream class
hierarchy of C++
 A)istream
 B)ostream
 C)ios
 D)ofstream
   
Q. 9 ____ function operator is used to identify a
destructor
 A)~
 B)>>
 C)&
 D)None of these
   
Q. 10The command line parameters used by a
C++ program is
 A)argc
 B)argv
 C)Both A) and B)
 D)Neither A) nor B)
   
Click here to get Object Oriented Programming Using C++ (BC0037) New Question


Home > Download > SMU - Question Paper > BCA > BC0037