Are you searching for Solapur University B.Sc-II third semester question paper? Here you can find Object Oriented Programming Using C++ April 2015 Question paper.
B.Sc. – II (Semester – III) (Old) Examination, 2015
COMPUTER SCIENCE (Paper – V)
Object Oriented Programming Using C++
Day and Date : Tuesday, 19-5-2015 Max. Marks : 50
Time : 3.00 p.m. to 5.00 p.m.
N.B. :
1) All questions are compulsory.
2) A figure to the right indicates full marks.
1. Choose correct alternatives : 10
1) C++ is pure object oriented language.
a) True b) False
2) ______________ operator cannot overloaded by using friend function.
a) New b) < c) = d) >
3) The common task done by constructor is ______________
a) Overloading b) Multiplying c) Initializing d) None of these
4) How many instances of an abstract class have ?
a) One b) Two c) Three d) None of these
5) Which of the following facility provides the use of one class object inside another class ?
a) Encapsulation b) Abstraction c) Composition d) Inheritance
6) Which of the following cannot be used with the keyword ‘virtual’ ?
a) Constructor b) Destructor c) Class d) Member function
7) Which of the following keywords cannot be used with friend function ?
a) Static b) Virtual c) Const. d) Both b) and c)
8) The members declared under ______________ visibility mode are hidden from non-member function.
a) Private b) Protected
c) Both a) and b) d) Friend
9) ______________ is not built in data type in C++ language.
a) void b) float c) int d) class
10) C++ does not support for ______________ type of parameter passing technique.
a) Pass by value b) Pass by reference
c) Pass by pointer d) None of these
2. Answer any five of the followings : 10
1) What is C++ ? Listout its applications.
2) List out different rules to overload the operators.
3) Write the significance of ‘new’ and ‘delete’ operator.
4) How ‘inline’ function differ from other function ?
5) What is Data Abstraction ?
6) Write use of ‘this’ pointer along with its characteristics.
3. A) Answer any two of the followings : 6
1) What is constructor ? List out its characteristics.
2) Explain ‘virtual base class’ in details.
3) What is importance of ‘access specifier’ ? Explain all access specifiers in C++.
B) Write a program that demonstrates the use of friend function. 4
4. Answer any two of the followings : 10
1) Write a program that demonstrates the use-of array of object.
2) What is polymorphism ? Explain runtime and compile time polymorphism.
3) Write a program to implement hierarchical inheritance.
5. Answer any two of the followings : 10
1) Write a program which counts total number of vowels in string by using parameterized constructor.
2) Explain the concept of virtual functions.
3) Write a short notes on ‘Type conversion’.
B.Sc. – II (Semester – III) (Old) Examination, 2015
COMPUTER SCIENCE (Paper – V)
Object Oriented Programming Using C++
Day and Date : Tuesday, 19-5-2015 Max. Marks : 50
Time : 3.00 p.m. to 5.00 p.m.
N.B. :
1) All questions are compulsory.
2) A figure to the right indicates full marks.
1. Choose correct alternatives : 10
1) C++ is pure object oriented language.
a) True b) False
2) ______________ operator cannot overloaded by using friend function.
a) New b) < c) = d) >
3) The common task done by constructor is ______________
a) Overloading b) Multiplying c) Initializing d) None of these
4) How many instances of an abstract class have ?
a) One b) Two c) Three d) None of these
5) Which of the following facility provides the use of one class object inside another class ?
a) Encapsulation b) Abstraction c) Composition d) Inheritance
6) Which of the following cannot be used with the keyword ‘virtual’ ?
a) Constructor b) Destructor c) Class d) Member function
7) Which of the following keywords cannot be used with friend function ?
a) Static b) Virtual c) Const. d) Both b) and c)
8) The members declared under ______________ visibility mode are hidden from non-member function.
a) Private b) Protected
c) Both a) and b) d) Friend
9) ______________ is not built in data type in C++ language.
a) void b) float c) int d) class
10) C++ does not support for ______________ type of parameter passing technique.
a) Pass by value b) Pass by reference
c) Pass by pointer d) None of these
2. Answer any five of the followings : 10
1) What is C++ ? Listout its applications.
2) List out different rules to overload the operators.
3) Write the significance of ‘new’ and ‘delete’ operator.
4) How ‘inline’ function differ from other function ?
5) What is Data Abstraction ?
6) Write use of ‘this’ pointer along with its characteristics.
3. A) Answer any two of the followings : 6
1) What is constructor ? List out its characteristics.
2) Explain ‘virtual base class’ in details.
3) What is importance of ‘access specifier’ ? Explain all access specifiers in C++.
B) Write a program that demonstrates the use of friend function. 4
4. Answer any two of the followings : 10
1) Write a program that demonstrates the use-of array of object.
2) What is polymorphism ? Explain runtime and compile time polymorphism.
3) Write a program to implement hierarchical inheritance.
5. Answer any two of the followings : 10
1) Write a program which counts total number of vowels in string by using parameterized constructor.
2) Explain the concept of virtual functions.
3) Write a short notes on ‘Type conversion’.
0 comments:
Pen down your valuable important comments below