0
341views
Object Oriented Programming Question Paper - Dec 17 - Computer Engineering (Semester 3) - Pune University (PU)
1 Answer
0
1views

Object Oriented Programming - Dec 17

Computer Engineering (Semester 3)

Total marks: 80
Total time: 3 Hours
INSTRUCTIONS
(1) Question 1 is compulsory.
(2) Attempt any three from the remaining questions.
(3) Draw neat diagrams wherever necessary.

1.a. What is class and object ? Differentiate between class and object.
(6 marks) 00

1.b. Write a program which uses default constructor, parameterized constructor and destructor.
(6 marks) 00

Or

2.a. Discuss the ways in which inheritance promotes software reuse. Save time during program development and helps prevent errors.
(5 marks) 00

2.b. When would you choose to use C rather than C++.
(4 marks) 00

2.c. What is the use of this pointer?
(3 marks) 00

3.a. Write the program to find the sum of array Arr by passing an array to a function using pointer.
(4 marks) 00

3.b. Differentiate between compile time and run time polymorphism.
(4 marks) 00

3.c. What is the difference between pointer and references? Explain using program.
(4 marks) 00

Or

4.a. Explain public,private and protected keyword using program.
(6 marks) 00

4.b. Explain what is type casting. implicit type casting and explicit type casting.
(6 marks) 00
5.a. What is a stream? Explain type of stream available in C++.
(6 marks) 00

5.b. What is gynarie programming? How it is implemented in C++.
(7 marks) 00

Or

6.a. Explain command line argument in C++. write program to explain the same.
(6 marks) 00

6.b. What is the various function Which are used to manipulate the pointer? Explain using examples.
(7 marks) 00

7.a. What is the purpose of ( 1) Container (2) Algorithms and (3) Iterators.
(6 marks) 00

7.b. What is the STL? Why should a C++ programmer be interested in the STL? What is the design philosophy of the STL? What are the major components of the STL?
(7 marks) 00

Or

8.a. Use minimum 8 functions of Deque STL. Write a program to explain the same.
(6 marks) 00

8.b. What is a stack? How is it implemented using STL.
(7 marks) 00

Please log in to add an answer.