You are on page 1of 1

ST.

ANTONY’S COLLEGE, PERUVANTHANAM


Internal Examination, January 2018
Second Semester BCA
Subject: Object oriented programming with C++
Time: 1.30 hours Max.Marks:40
Part A
Answer any five Questions. Each question carries 2 marks.

1. What are the fundamental data types in C++?


2. Define an abstract class?
3. What is the use of new and delete operator?
4. Explain the use of default argument in a function?
5. How member function differ from other global functions?
6. What is static class members? Explain its characteristics?
(5*2=10)
Part B
Answer any three Questions. Each question carries 5 marks.

7. Discuss the concepts of Object Oriented Programming with suitable


examples.
8. What is an inline function? How does an inline function differ from an
ordinary function? Explain with example.
9. What is an array? Explain the use of array of object with example.
10.Give an example of return by reference.
11.What are static data members and static member function. Explain it with
example.
(3*5=15)
Part C
Answer any One Question. Question carries 15 marks.

12.Explain all three cases of type conversions with example.


13.What is operator overloading? Add two matrices using operator
overloading.

(15*1=15)

You might also like