You are on page 1of 1

Unit I

1) Explain Key concepts of Object-Oriented Programming in detail?


2) Explain advantages and object oriented languages in c++?
3) Define I/O in C++?
4) Explain Control Structures in c++?
5) Explain Loops in C++?
6) Define the following functions in C++ i) inline functions and ii) Function Overloading.

Unit II

7) How to declaring objects and defining member functions?


8) Explain static member variables and functions?
9) Explain array of objects and friend functions?
10) Explain overloading member functions and bit fields and classes?
11) Define constructor and destructor with static members in detail?

Unit III

12) Explain Overloading unary operators with example?


13) Explain Overloading binary operators with example?
14) Define Overloading Friend functions with example?
15) Explain Type conversion in detail?
16) Explain inheritance and types of inheritance in detail?
17) What is Virtual base Classes explain with example?
18) What is Abstract Classes explain in detail?

Unit IV

19) What is pointer? How to declare a pointer Explain in detail?


20) Explain pointer to class and pointer to object?
21) Explain this pointer and pointer to derived classes and Base classes with example?
22) What is Array? Explain the characteristics and array of classes with example?
23) Explain Memory models, the new and delete operators and Dynamic objects?
24) Explain Binding and Polymorphism in detail?
25) Define the virtual Function in detail?

Unit V

26) Explain File stream classes and file modes in detail?


27) Explain sequential read or write operation and binary and asci files in detail?
28) Explain Random Access Operation in detail?
29) Explain about Templates in detail?
30) What is exception handling explain in detail with example?
31) Explain string and how to declaring and initializing string object in detail?
32) Explain string attributes and miscellaneous functions in detail?

You might also like