P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > MCA > MC0066

OOPS using C++


This is the collection of Sikkim Manipal University (SMU) question and answers for OOPS 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 OOPS using C++, SMU - Master of Computer Application.

Course Name        MCA (Master of Computer Application)

Subject Code       MC0066 (OOPS using C++)

Get Questions        PART - A    PART - B    PART - C

Subject : OOPS using C++

     MC0066 : PART - A    


Q. 1The default access for members of a class is
____
 A)Public
 B)Private
 C)Global
 D)Protected
   
Q. 2The first graphic library function to be
executed is
 A)detectgraph ()
 B)initgraph ()
 C)window ()
 D)None of these
   
Q. 3 ___ function is used as a limit to the
compiler to expand and substitute the body of
the function in place of the call
 A)Friend
 B)Virtual
 C)Inline
 D)Static
   
Q. 4____ decribes the data and its behaviour or
functionality
 A)Object
 B)Function
 C)Class
 D)Member
   
Q. 5Is to used to change a sentence str into
upper case
 A)toUpperCase (str)
 B)strupr (str)
 C)stmcat (str)
 D)All of these
   
Q. 6To 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. 7Virtual functions which are declared with
the keyword virtual in the ____ class
 A)Derived
 B)Base
 C)Destination
 D)Source
   
Q. 8___ parameter receives the argument
passed to it and works on it directly
 A)Value parameter
 B)Default parameter
 C)Reference parameter
 D)None of these
   
Q. 9____ class cannot be instantiated, though
pointers can be declared to it
 A)virtual
 B)friend
 C)abstract
 D)superclass
   
Q. 10The base class for stream class is
 A)ios
 B)istream
 C)ostream
 D)None of these
   
Click here to get OOPS using C++ (MC0066) New Question


Home > Download > SMU - Question Paper > MCA > MC0066