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 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 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 - C    


Q. 1A pure virtual function is a virtual function
that
1) causes its class to be abstract
2) returns nothing
3) is used in a base class
4) takes no arguments
 A)1), 3)
 B)2), 4)
 C)None of the above
 D)All of the above
   
Q. 2Which of these is not a category of
suffered operations?
i) Primitive operations
ii) Selectors
iii) Selective operators
iv) Constructors
v) Exceptions
 A)ii) and iii)
 B)i) and v)
 C)iii), iv) and
 D)None of these
   
Q. 3Spot the errors in the following program
Hline 1Class test1 int m;
Hline 2public : void getdata cin >> m;
Hline 3 main ( ) ( test *p;
Hline 4void display ( ) cout << in;
Hline 5 p = new test;
Hline 6 p.getdata ( );
Hline 7 (*p).display ( );
 A)Compilation errors at line 1, 3, 4, 5, 6 and 7
 B)Compilation errors at line I and 6
 C)Compilation errors at line 5, 6 and 7
 D)None of these
   
Q. 4Using tile precedence of' operators, predict
the Output of the following code segment
main()
int i = 1, j=2 ;
if ( i =--j >2)
cout<< i<<1l%
else
cout<<"Bye<<"\n";
cout<<”value of i is”<
 A)1 Value of i is 0
 B)Bye Value of i is1
 C)1 Value of
 D)None of these
   
Q. 5Match the categories of graphics function
in Set-
A with an example listed in Set-B
Set-A
i) Text-mode Graphics function
ii) Graphics-i-node Drawing function
iii) Graphics-mode Text output function
iv) Graphics-mode position function
Set-B
a. circle
b. go to xy
C. putpixel
d. getmax x
e. putch
 A)i) - b, ii) - a, iii) - c, iv) d
 B)i) - d, ii) - c. in) - e, iv) b
 C)i) - c, ii) - d, iii) - b, iv) a
 D)None of these
   
Click here to get OOPS using C++ (MC0066) New Question


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