You are on page 1of 2

August 2009

Master of Science in Information Technology (MScIT-NEW) –


Semester 3
MT0042 –: C++ – 2 Credits
(Book ID: B0012)
Assignment Set – 1 (20 Marks)

Each question carries 5 marks


1. Draw a flow chart for execution of c++ program starting from coding
2. Explain the following c++ operators
• Arithmetic operators
• Relational operators

3. Write a program to display your name on computer screen

4. Explain looping structures supported by c++


August 2009
Master of Science in Information Technology (MScIT-NEW) –
Semester 3
MT0042 –: C++ – 2 Credits
(Book ID: B0012)
Assignment Set – 2 (20 Marks)

Each question carries 5 marks

1. Explain overloading arithmetic operators

2. Explain the following

• Constructors

• Destructors

3. What is Inheritance? What are the different types of Inheritance? Explain Multiple
Inheritance with the help of an example.

4. Explain in brief the concept of Polymorphism? What is static binding and dynamic binding
explain briefly.

You might also like