Sei sulla pagina 1di 2

Object oriented programming using c++

UNIT- I

1. What are the charactertics of OOP


2. What are the benefits of OOPS
3. What are the features of OOPs.
4. List out different applications of OOPs.
5. Differentiate OOP and procedure oriented programming
6. What are the features of C++?
7. Compare C with C++
8. What is namespace?
9. What are the advantages of using namespace?
10.Define inline function.
11.State the advantages of using inline functions.
12.Define functions
13.Give the syntax for function declaration
14.What are the different components of a functions
15.What are the advantages of functions?
16.List out different categories of functions?
17.Define dynamic memory allocation
18.What are the uses of reference parameters?
19.Define default parameters.
20.Define const qualifier.

PART-B
1. Discuss briefly about different charactertics of OOP with examples.
2. Discuss briefly about the features of C++ with examples.
3. Write a program in c++ to find factorial and Armstrong no.
4. Discuss in detail about different categories of functions with examples.
5. Define inline function. Discuss in detail about mechanism of inline function
with examples.
6. Discuss birely about dynamic memory allocation.
7. Explain the uses of scope resolution operator in C++.
8. Discuss in detail about the uses of scope resolution operators.
9. Discuss briefly about the uses of namespace.
UNIT-II
PART-A
21.Define classes
22.Define object
23.Differentiate class and structure.
24.Define friend functions
25.List out the advantages of using friend functions.
26.Define friend class. What are the uses of friend class
27.What is the use of scope resolution operators?
28.What are the different types of access specifies in C++?
29.Define constructor. List out various properties of constructor
30.Define destructor. List various properties of destructor
31.List out different types of constructor.
32.Define this pointer
33.What are the benefits of using static member variables and static member
functions?
34.List out the properties of static member variables and static member
functions?
35.List out different ways of using scope resolution operators.

1. Discuss in detail about access specifiers with example programs.


2. Discuss in detail about different types of access specifiers in c++
3. Discuss briefly about constructor and destructor with example programs.
4. Briefly explain different types of constructor in C++.
5. Write a program to to perform arithmetic operations using class.
6. Discuss in detail about static members and static member functions.
7. Discuss in detail about the uses scope resolution operatiors.
8. Explain the uses of friend functions and friend class.
9. Write a program to calculate students mark preparation using classes
10.Write a program to calculate employee data preparation using classes

Potrebbero piacerti anche