You are on page 1of 2

UNIT 3

5 Mark
1. Define OOPS and Explain Its features
2. List and write applications and benefits of oops
3. Elaborate structure of C++
4. Short Note On Following with example
a. Comments in C++
b. Input Operator
c. Output Operator
d. Return Statement
5. Explain Different tokens of C++ Program
6. List and Explain Different data type
7. Short note on Following With example
a. Keyword
b. Variable
c. Scope resolution operator

10 Mark

1. Explain the structure of C++ Program with one Program


2. Program to Add , Subtract and Multiply 2 Numbers using Class and object in C++(Explain its
procedure)

UNIT 4
5 Mark
1. Explain Different new operator in C++
2. Write and Explain Different types of Conversion in C++ with example
3. Explain Operator Precedence in C++
4. Elaborate simple if and if else statement with syntax and example
5. Explain while and do while loop in C++ with syntax and Example
6. Explain For loop with syntax and example
7. Explain Switch statement in C++ with syntax and example
8. Explain Default Argument in C++ With example
9. Elaborate function overloading with example
10. Short note on following
a. Operator Precedence
b. Class in C++
c. Creation of Object
d. Accessing Class members
11. Write and explain different way to define member function in C++
10 Mark
1. Program to display N number using for loop in C++ (Use class and object and also explain its
working procedure).
2. Create one program using Switch Statement in C++ (Explain its working Procedure).
3. Explain Different Looping statement with syntax and Example

UNIT 5
5 Mark
1. Define Constructor and Explain Its Types
2. Define Destructor and explain with Example
3. Create One Program Using Constructor
4. Write a short note on Operator Overloading
5. Elaborate Inheritance
6. Explain Different Types of inheritance with example
7. Explain Virtual Base Class with Example
8. Explain the concept of Exception Handling
9. Explain Different File Modes with example
10. Write one program for read the data from File in C++(explain its procedure)
11. Write one program for write the data to File in C++ (explain its procedure).

10 Mark
1. Create One Program Using Multiple inheritance and explain its procedure.
2. Explain constructor and destructor in C++ with example
3. Explain Different types of inheritance with example

You might also like