Object Oriented Programming With C++ (April – 2015) [IDOL - Revised Course | Question Paper]


Click Here: (PDF Link 1) | Click Here: (PDF Link 2) | Click Here: (PDF Link 3)

Click Here: (Image View) | Click Here: (Text View)


Time: 3 Hours
Total Marks: 100

N.B.:      (1) All Questions are Compulsory.

Q.1 Attempt The Following Questions: (10 Marks)
(A) What is Object Oriented Programing? Differentiate between Object Oriented and Procedural Approach in oops.

Q.2 Attempt The Following Questions: (15 Marks)
(A) What are Objects and Classes? Exp ain with examples.
(B) Explain the concept of Data Hiding and Abstraction in oop’s.

Q.3 Attempt The Following Questions: (15 Marks)
(A) What is Constructor? Explain different types of Constructor.
(B) Write a short note on:
      (i) Destructor
      (ii) Static Data Members

Q.4 Attempt The Following Questions: (15 Marks)
(A) What is Operator Overloading? Write a program in oops where the Client will be passing one number and system should display Fibonacci Series.
(B) Explain the Overloading of
       (i) Relational Operator
       (ii) Stream Operator.
Q.5 Attempt The Following Questions: (15 Marks)
(A) What is File Handling? Explain the concept of opening a file ad closing a file.
(B) Explain the concept of private access and protected access in oops with suitable example.

Q.6 Attempt The Following Questions: (15 Marks)
(A) What is Copy Constructor? Explain the concept of Addition Operator.
(B) What are Stream Classes? Discuss istream and ostream classes with suitable example.

Q.7 Attempt The Following Questions: (15 Marks)
(A) Explain function template and class template with suitable example.
(B) Write a short note on:
      (i) Iterator Classes
      (ii) Standard Template Library

0 Comments