0% found this document useful (0 votes)
5 views

BSCIT-204_Assignment_2

This document is an assignment for the course 'Object Oriented Programming using C++' at Dr. Babasaheb Ambedkar Open University, consisting of various questions and tasks. It includes a detailed question on polymorphism or file management, additional questions on access specifiers, member functions, and exception handling, as well as short notes on specific C++ concepts. The assignment is structured to assess knowledge through detailed answers, short notes, and definitions.

Uploaded by

shubhpatil945
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

BSCIT-204_Assignment_2

This document is an assignment for the course 'Object Oriented Programming using C++' at Dr. Babasaheb Ambedkar Open University, consisting of various questions and tasks. It includes a detailed question on polymorphism or file management, additional questions on access specifiers, member functions, and exception handling, as well as short notes on specific C++ concepts. The assignment is structured to assess knowledge through detailed answers, short notes, and definitions.

Uploaded by

shubhpatil945
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Dr.

Babasaheb Ambedkar Open University


Assignment
Paper Title: Object Oriented Programming using C++
Paper Code: BSCIT-204
Total Marks: 30

Assignment-1

Q.1 Give answers in 800 words of the questions given below (Any One). (8*1)
1. Write a detailed note on polymorphism and its types with appropriate examples.
2. Discuss how to handle and manage files in C++?

Q.2 Give answers in 400 words of the questions given below (Any Two). (4*2)
1. Explain Access specifiers supported by C++ for inheritance.
2. How to define member function inside and outside class explain in brief.
3. Do C++ supports Exception handling? If yes then explain how?

Q. 3 Short notes. (Any Three) (3*3)


1. Virtual Base Class
2. Friend function.
3. While loop in C++
4. Parameterized Constructors

Q. 4 Do as directed. (1*5)
1. Define Reference Variable.
2. ___________ () Moves the read pointer to a specific location in the file.
3. The cout object is followed by the symbol << which is called the ________ operator.
4. The _________ operator returns the number of bytes required to represent a data type or
variable.
5. A static variable can be a public or private. (True / False)

*****

You might also like