BCA / B.Tech 4 min read

BCA || C++ Programming Paper 2019 Paper || MDSU Exam Paper

BCA || C++ Programming Paper 2019 Paper || MDSU Exam Paper


Part-A

Q.1 Define the term class.
Q.2 List the types of inheritance supported
Q.3 What is encapsulation.
Q.4 What is scope resolution operator?
Q.5 What is the purpose of "delete" operator?
Q.6 What is pure virtual function in C++?
Q.7 What is a Copy Constructor?
Q.8 Explain the pointer - "this".
Q.9 What is a class template?
Q.10 What do you mean by type casting?

Part-B

Q.11 List the Characteristics of a friend function
Q.12 Write a C++ program to illustrate ma inheritance.
Q.13 Explain the structure of a C++ program.
Q.14 What is the difference between structure and
Q.15 Write a program in C++ to multiply two an


Part-C

Q.16 Important features of object oriented programing Compare object orient with procedure oriented programing.

OR

Explain the control structures provided in C++.

Q.17 Explain the order of invocation of constructors and destructors in Multilevel inheritance.

OR

Define function overloading. Write a C++ program to define overloaded functions to find volume of Cube & Volume of Cylinder.

Q.18 Explain the file handling techniques used in C++

OR

Write the short note on:-
(i) File operation.
(ii) Virtual function.
(iii) Command Line Argument.