SlideShare a Scribd company logo
1 of 2
Download to read offline
O b j e c t O r i e n t e d P r o g r a m m i n g W i t h C + +
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ R e v i s e d C o u r s e ]
1 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Time: 3 Hours Total Marks: 100
N.B.: (1) All Questions are Compulsory.
Q.1 Attempt The Following Question: (10 Marks)
(A) Define the following terms with example:
(i) Object (ii) Class
(5)
(B) Design an employee class for reading and displaying the employee information, the
getInfo() and displayInfo() methods will be used respectively. Where getInfo() will be
private method.
(5)
Q.2 Attempt Any Three From The Following: (15 Marks)
(A) What are the features of Object Oriented Programming? Give any two applications. (5)
(B) Distinguish between Procedure Oriented Programming and Object Oriented
Programming.
(5)
(C) Explain polymorphism with example. (5)
(D) Explain the following characteristics of OOP.
(i) Encapsulation (ii) Reusability
(5)
Q.3 Attempt Any Three From The Following: (15 Marks)
(A) What is Static Function? How do we declare a member of a Class Static? (5)
(B) Explain Dynamic Constructor with examples. (5)
(C) What is Class Destructor? Explain. (5)
(D) What is Constructor? State the characteristics of constructor in OOP. (5)
Q.4 Attempt Any Three From The Following: (15 Marks)
(A) Explain the concept of Operator Overloading? (5)
(B) Write a friend for adding the two different subject marks and display its sum, using
two classes.
(5)
(C) Overload the operator unary(++) for demonstrating Operator Overloading. (5)
(D) Design a class shape containing the methods area() and volume() and also overload
the area() function.
(5)
O b j e c t O r i e n t e d P r o g r a m m i n g W i t h C + +
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ R e v i s e d C o u r s e ]
2 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Q.5 Attempt Any Three From The Following: (15 Marks)
(A) What is Inheritance? Explain Multiple Inheritance and Multilevel Inheritance with
example.
(5)
(B) Explain protected versus private member access mode. (5)
(C) Explain the following terms in brief: (i) Virtual Class Function (ii) Abstract Class (5)
(D) Explain the different types of File Mode. (5)
Q.6 Attempt Any Three From The Following: (15 Marks)
(A) Explain following functions:
(i) put() (i) get() (iii) getline() (iv) write() (v) read()
(5)
(B) Define the following terms:
(i) Stream
(ii) Input Stream
(iii) Output Stream
(5)
(C) Explain Stream Manipulator with examples. (5)
(D) What is Exception Handling? Explain. (5)
Q.7 Attempt Any Three From The Following: (15 Marks)
(A) What is Standard Template Library (STL)? How STL is different from C++ Standard
Library?
(5)
(B) What is function Template? Explain it with example. (5)
(C) What is Class Template? Explain it with example. (5)
(D) What is Container? State and explain types of Containers. (5)

More Related Content

What's hot

What's hot (20)

[Question Paper] Database Management Systems (Revised Course) [April / 2015]
[Question Paper] Database Management Systems (Revised Course) [April / 2015][Question Paper] Database Management Systems (Revised Course) [April / 2015]
[Question Paper] Database Management Systems (Revised Course) [April / 2015]
 
Java and Data Structure (October - 2016) [Revised Course | Question Paper]
Java and Data Structure (October - 2016) [Revised Course | Question Paper]Java and Data Structure (October - 2016) [Revised Course | Question Paper]
Java and Data Structure (October - 2016) [Revised Course | Question Paper]
 
[Question Paper] Advanced SQL (Revised Course) [April / 2014]
[Question Paper] Advanced SQL (Revised Course) [April / 2014][Question Paper] Advanced SQL (Revised Course) [April / 2014]
[Question Paper] Advanced SQL (Revised Course) [April / 2014]
 
[Question Paper] Web Technology (Revised Course) [April / 2015]
[Question Paper] Web Technology (Revised Course) [April / 2015][Question Paper] Web Technology (Revised Course) [April / 2015]
[Question Paper] Web Technology (Revised Course) [April / 2015]
 
[Question Paper] Web Technology (Revised Course) [October / 2016]
[Question Paper] Web Technology (Revised Course) [October / 2016][Question Paper] Web Technology (Revised Course) [October / 2016]
[Question Paper] Web Technology (Revised Course) [October / 2016]
 
[Question Paper] Object Oriented Programming (Old Course) [April / 2014]
[Question Paper] Object Oriented Programming (Old Course) [April / 2014][Question Paper] Object Oriented Programming (Old Course) [April / 2014]
[Question Paper] Object Oriented Programming (Old Course) [April / 2014]
 
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
ASP.NET With C# (December – 2017) [Revised Syllabus | Question Paper]
 
[Question Paper] C++ and Java (Old Course) [June / 2014]
[Question Paper] C++ and Java (Old Course) [June / 2014][Question Paper] C++ and Java (Old Course) [June / 2014]
[Question Paper] C++ and Java (Old Course) [June / 2014]
 
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
[Question Paper] Database Management Systems (Revised Course) [September / 2013][Question Paper] Database Management Systems (Revised Course) [September / 2013]
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
 
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
 
Data Warehousing (April – 2015) [75:25 Pattern | Question Paper]
Data Warehousing (April – 2015) [75:25 Pattern | Question Paper]Data Warehousing (April – 2015) [75:25 Pattern | Question Paper]
Data Warehousing (April – 2015) [75:25 Pattern | Question Paper]
 
[Question Paper] C++ and Java (Old Course) [September / 2013]
[Question Paper] C++ and Java (Old Course) [September / 2013][Question Paper] C++ and Java (Old Course) [September / 2013]
[Question Paper] C++ and Java (Old Course) [September / 2013]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015][Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2015]
 
Java and Data Structure (September - 2013) [Revised Course | Question Paper]
Java and Data Structure (September - 2013) [Revised Course | Question Paper]Java and Data Structure (September - 2013) [Revised Course | Question Paper]
Java and Data Structure (September - 2013) [Revised Course | Question Paper]
 
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
 
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...[Question Paper] Data Communication and Network Standards (Revised Course) [J...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
 
[Question Paper] Network Security (60:40 Pattern) [April / 2014]
[Question Paper] Network Security (60:40 Pattern) [April / 2014][Question Paper] Network Security (60:40 Pattern) [April / 2014]
[Question Paper] Network Security (60:40 Pattern) [April / 2014]
 
[Question Paper] Network Security (60-40 Pattern) [April / 2014]
[Question Paper] Network Security (60-40 Pattern) [April / 2014][Question Paper] Network Security (60-40 Pattern) [April / 2014]
[Question Paper] Network Security (60-40 Pattern) [April / 2014]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016][Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [April / 2016]
 
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016][Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November / 2016]
 

Similar to [Question Paper] Object Oriented Programming With C++ (Revised Course) [January / 2014]

Similar to [Question Paper] Object Oriented Programming With C++ (Revised Course) [January / 2014] (20)

[Question Paper] Advanced SQL (Revised Course) [April / 2015]
[Question Paper] Advanced SQL (Revised Course) [April / 2015][Question Paper] Advanced SQL (Revised Course) [April / 2015]
[Question Paper] Advanced SQL (Revised Course) [April / 2015]
 
Java and Data Structure (June - 2014) [Revised Course | Question Paper]
Java and Data Structure (June - 2014) [Revised Course | Question Paper]Java and Data Structure (June - 2014) [Revised Course | Question Paper]
Java and Data Structure (June - 2014) [Revised Course | Question Paper]
 
[Question Paper] Advanced SQL (Revised Course) [June / 2016]
[Question Paper] Advanced SQL (Revised Course) [June / 2016][Question Paper] Advanced SQL (Revised Course) [June / 2016]
[Question Paper] Advanced SQL (Revised Course) [June / 2016]
 
[Question Paper] Advanced SQL (Revised Course) [January / 2014]
[Question Paper] Advanced SQL (Revised Course) [January / 2014][Question Paper] Advanced SQL (Revised Course) [January / 2014]
[Question Paper] Advanced SQL (Revised Course) [January / 2014]
 
[Question Paper] Web Technology (Revised Course) [June / 2016]
[Question Paper] Web Technology (Revised Course) [June / 2016][Question Paper] Web Technology (Revised Course) [June / 2016]
[Question Paper] Web Technology (Revised Course) [June / 2016]
 
[Question Paper] Software Engineering (Revised Course) [April / 2015]
[Question Paper] Software Engineering (Revised Course) [April / 2015][Question Paper] Software Engineering (Revised Course) [April / 2015]
[Question Paper] Software Engineering (Revised Course) [April / 2015]
 
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016][Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
 
[Question Paper] Web Technology (Revised Course) [September / 2013]
[Question Paper] Web Technology (Revised Course) [September / 2013][Question Paper] Web Technology (Revised Course) [September / 2013]
[Question Paper] Web Technology (Revised Course) [September / 2013]
 
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
BScIT: Semester – V (May - 2018) [IDOL: Old Course | Question Paper]
 
[Question Paper] Introduction To C++ Programming (Revised Course) [April / 2015]
[Question Paper] Introduction To C++ Programming (Revised Course) [April / 2015][Question Paper] Introduction To C++ Programming (Revised Course) [April / 2015]
[Question Paper] Introduction To C++ Programming (Revised Course) [April / 2015]
 
ASP.NET With C# (Revised Syllabus) [QP / April - 2013]
ASP.NET With C# (Revised Syllabus) [QP / April - 2013]ASP.NET With C# (Revised Syllabus) [QP / April - 2013]
ASP.NET With C# (Revised Syllabus) [QP / April - 2013]
 
[Question Paper] Software Engineering (Revised Course) [October / 2016]
[Question Paper] Software Engineering (Revised Course) [October / 2016][Question Paper] Software Engineering (Revised Course) [October / 2016]
[Question Paper] Software Engineering (Revised Course) [October / 2016]
 
[Question Paper] Software Engineering (Revised Course) [June / 2014]
[Question Paper] Software Engineering (Revised Course) [June / 2014][Question Paper] Software Engineering (Revised Course) [June / 2014]
[Question Paper] Software Engineering (Revised Course) [June / 2014]
 
[Question Paper] Operating System (Old Course) [June / 2014]
[Question Paper] Operating System (Old Course) [June / 2014][Question Paper] Operating System (Old Course) [June / 2014]
[Question Paper] Operating System (Old Course) [June / 2014]
 
ASP.NET With C# (Revised Syllabus) [QP / May - 2016]
ASP.NET With C# (Revised Syllabus) [QP / May - 2016]ASP.NET With C# (Revised Syllabus) [QP / May - 2016]
ASP.NET With C# (Revised Syllabus) [QP / May - 2016]
 
Linux Administration (December – 2017) [Revised Syllabus | Question Paper]
Linux Administration (December – 2017) [Revised Syllabus | Question Paper]Linux Administration (December – 2017) [Revised Syllabus | Question Paper]
Linux Administration (December – 2017) [Revised Syllabus | Question Paper]
 
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
 
[Question Paper] ASP.NET With C# (60:40 Pattern) [April / 2014]
[Question Paper] ASP.NET With C# (60:40 Pattern) [April / 2014][Question Paper] ASP.NET With C# (60:40 Pattern) [April / 2014]
[Question Paper] ASP.NET With C# (60:40 Pattern) [April / 2014]
 
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2015) [Revised Course | Question Paper]
 
[Question Paper] Web Technology (Revised Course) [June / 2014]
[Question Paper] Web Technology (Revised Course) [June / 2014][Question Paper] Web Technology (Revised Course) [June / 2014]
[Question Paper] Web Technology (Revised Course) [June / 2014]
 

More from Mumbai B.Sc.IT Study

More from Mumbai B.Sc.IT Study (20)

Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]
 
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
 
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
 
Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]
 
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
 
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]
 
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]
 
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
 
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
 
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
 

Recently uploaded

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 

[Question Paper] Object Oriented Programming With C++ (Revised Course) [January / 2014]

  • 1. O b j e c t O r i e n t e d P r o g r a m m i n g W i t h C + + Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ R e v i s e d C o u r s e ] 1 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Time: 3 Hours Total Marks: 100 N.B.: (1) All Questions are Compulsory. Q.1 Attempt The Following Question: (10 Marks) (A) Define the following terms with example: (i) Object (ii) Class (5) (B) Design an employee class for reading and displaying the employee information, the getInfo() and displayInfo() methods will be used respectively. Where getInfo() will be private method. (5) Q.2 Attempt Any Three From The Following: (15 Marks) (A) What are the features of Object Oriented Programming? Give any two applications. (5) (B) Distinguish between Procedure Oriented Programming and Object Oriented Programming. (5) (C) Explain polymorphism with example. (5) (D) Explain the following characteristics of OOP. (i) Encapsulation (ii) Reusability (5) Q.3 Attempt Any Three From The Following: (15 Marks) (A) What is Static Function? How do we declare a member of a Class Static? (5) (B) Explain Dynamic Constructor with examples. (5) (C) What is Class Destructor? Explain. (5) (D) What is Constructor? State the characteristics of constructor in OOP. (5) Q.4 Attempt Any Three From The Following: (15 Marks) (A) Explain the concept of Operator Overloading? (5) (B) Write a friend for adding the two different subject marks and display its sum, using two classes. (5) (C) Overload the operator unary(++) for demonstrating Operator Overloading. (5) (D) Design a class shape containing the methods area() and volume() and also overload the area() function. (5)
  • 2. O b j e c t O r i e n t e d P r o g r a m m i n g W i t h C + + Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ R e v i s e d C o u r s e ] 2 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Q.5 Attempt Any Three From The Following: (15 Marks) (A) What is Inheritance? Explain Multiple Inheritance and Multilevel Inheritance with example. (5) (B) Explain protected versus private member access mode. (5) (C) Explain the following terms in brief: (i) Virtual Class Function (ii) Abstract Class (5) (D) Explain the different types of File Mode. (5) Q.6 Attempt Any Three From The Following: (15 Marks) (A) Explain following functions: (i) put() (i) get() (iii) getline() (iv) write() (v) read() (5) (B) Define the following terms: (i) Stream (ii) Input Stream (iii) Output Stream (5) (C) Explain Stream Manipulator with examples. (5) (D) What is Exception Handling? Explain. (5) Q.7 Attempt Any Three From The Following: (15 Marks) (A) What is Standard Template Library (STL)? How STL is different from C++ Standard Library? (5) (B) What is function Template? Explain it with example. (5) (C) What is Class Template? Explain it with example. (5) (D) What is Container? State and explain types of Containers. (5)