0% found this document useful (0 votes)
20 views1 page

Computer Science Paper-II August Sept-2021

The document outlines the examination paper for B.Sc. Computer Science students, focusing on Programming in C++. It includes a list of ten questions covering various topics such as OOP features, constructors, inheritance, error handling, and templates, with students required to answer any five questions. Each question carries equal marks, totaling 75 marks for the examination.

Uploaded by

sirishanalla19
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)
20 views1 page

Computer Science Paper-II August Sept-2021

The document outlines the examination paper for B.Sc. Computer Science students, focusing on Programming in C++. It includes a list of ten questions covering various topics such as OOP features, constructors, inheritance, error handling, and templates, with students required to answer any five questions. Each question carries equal marks, totaling 75 marks for the examination.

Uploaded by

sirishanalla19
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

Code: 195062

Faculty of Science
B.Sc., I Year, II Semester Examinations, August/Sept-2021
Computer Science– Paper-II
(Programming in C++)
Time: 2 hrs Max. Marks:75

Answer any five questions to the following. 5x15=75 Marks


1. Write short notes on
a) Over loading functions b) Inline functions c)Friend functions.

2. What are the basic features of OOPS? Explain benefits and applications of OOPS.

3. Explain the following with a program


a) String b) Operator Overloading c) Array of object.

4. What is constructor? Explain types of constructors? Differentiate Constructor and


Destructors with an example.

5. Define Stream? Explain formatted and unformatted I/O stream operations.

6. What is Inheritance? Explain differentiate Inheritances?. How to define.


Constructors and Destructors in Base and Derived class.

7. What is Error? Explain types of Errors?. How to handle Runtime Errors?. Explain.

8. Exception handling functions with a program.

9. Define Template? Explain types of Template? How to overload function Template?.

10. Discuss about


a) Datatypes b) Access specifiers c) Destructors.

10. a) What is Virtual functions? Explain about Pure Virtual function.

b) Explain about Re-throwing and bad_alloc Exceptions.

You might also like