Tribhuvan University
Bachelor of Science in Computer Science and Information Technology
Semester 2 · TU Board 2078
Course Title: Object Oriented Programming (CSC166)
Full Marks: 60Pass Marks: 24Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.
Group A
Attempt any Two questions:(2x10=20)(2 × 10 = 20)
- 1.10
Write a program according to the specification given below:
- – Create a class Account with data members acc no, balance, and min_balance(static)
- -Include methods for reading and displaying values of objects
- – Define static member function to display min_balance
- -Create array of objects to store data of 5 accounts and read and display values of each object
Answer comingAlso asked in 2076
- 2.10
What is meant by type conversion? Define two way of converting one user defined data type (object) to another user defined object? Write a program that converts object of another distance class with data members feet and inch.(Assume 1m = 3.3 feet and 1cm = 0.4 inch)
- 3.10
How ambiguity arises in multipath inheritance? How can you remove this type of ambiguity? Explain with suitable example.
Group B
Attempt any Eight questions:(8x5=40)(8 × 5 = 40)
- 4.5
What is structured programming? Discuss characteristics and problems associated with structured programming.
- 5.5
What is the use of get and getline functions? Explain with suitable example.
- 6.5
What is meant by pass by reference? How can we pass arguments by reference by using reference variable? Illustrate with example.
- 7.5
What is constructor? Explain the concept of default and default copy with suitable example.
Answer comingAlso asked in 2082
- 8.5
What is the concept of friend function? How it violates the data hiding principle? Justify with example.
- 9.5
What is exception? Why exception handling is better to use? Explain exception handling with try….. catch by using suitable example.
- 10.5
When class templates are useful? How can you define a class that can implement stack with integer as well as sack of strings? Illustrate with example.
- 11.5
What is meant by stream? Write a program that reads content of file data.txt and displays the content in monitor.
- 12.5
Write short notes on:
- Manipulators
- Protected Access Specifier
— The End —