Explain different data types of C++.
[3 marks]Explain the basic principle of object oriented programming.
[4 marks]What is Polymorphism? Explain function overloading with example.
[7 marks]List the applications of OOP.
[3 marks]Explain STL components.
[4 marks]Write a program to find a number is even or not using conditional operator.
[7 marks]What is Constructor? Explain its type with example.
[7 marks]Explain the concept of class.
[3 marks]Give the difference between call by value and call by reference.
[4 marks]What is destructor? Explain with example?
[7 marks]Explain the use of scope resolution operator with example.
[3 marks]Explain the Base and Derived classes.
[4 marks]Explain class to class type conversion with proper example.
[7 marks]Difference between procedural oriented programming languages (POP) and object oriented programming (OOP).
[3 marks]Explain the concept of Data abstraction.
[4 marks]Write a program for factorial of given number
[7 marks]Explain user defined exception.
[3 marks]Explain manipulators in C++. Page 1 of
[2 marks]Write a C++ program to cube and cylinder using concept of function overloading.
[7 marks]List out the basic characteristics of OOP.
[3 marks]What are different types of stream classes in C++?
[4 marks]Explain various operators used in C++ with example.
[7 marks]Explain different types of files and file functions.
[3 marks]Explain this pointer with example.
[4 marks]Explain class template with proper example. Page 2 of
[2 marks]