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 2024, 2023, 2022 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. 1____ members can be accessed by
members and objects of the class
 A)Public
 B)Protected
 C)Private
 D)Static
   
Q. 2 Base classes are ___ while derived classes
are ____
 A)specializations, sub classes
 B)generalizations, specializations
 C)generalizations, super classes
 D)None of these
   
Q. 3An array element is accessed using
 A)a first-in first-out approach
 B)the dot operator
 C)the member name
 D)an index number
   
Q. 4The default access permission for a class
member is
 A)private
 B)protected
 C)public
 D)None of these
   
Q. 5Which of these is not valid in ci-f?
 A)I+47 as integer value
 B)2000 as string constant
 C)12.5 as float constant
 D)None of these
   
Q. 6 ____ function sets the fill pattern and color
 A)floodfill ()
 B)setcolor ()
 C)setfillstyle ()
 D)fillstyle ()
   
Q. 7 ____ 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. 8An 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. 9To write data that contains variables of type
float to an object of type of stream, you should
use
 A)the insertion operator
 B)seekg ()
 C)write ()
 D)Put ()
   
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