List out the basic characteristics of OOP
[3 marks]State the difference between OOP and POP
[4 marks]Explain function overloading with proper example
[7 marks]Describe public, private and protected in C++
[3 marks]Explain reference variable with proper example
[4 marks]What is constructor? Explain all its types
[7 marks]Explain class to class type conversion with proper example
[7 marks]Explain the use of ‘this’ pointer
[3 marks]What is exception handling. Give one simple example of try..catch block
[4 marks]Explain different types of inheritance with example
[7 marks]What is inline function
[3 marks]Write a short noyte on Polymorphism
[4 marks]Explain operator overloading in C++
[7 marks]Explain destructor in detail
[3 marks]Explain the use of scope resolution operator in C++
[4 marks]Explain class template with proper example
[7 marks]List the application of OOP
[3 marks]Write a short note on rethrowing exception in C++
[4 marks]What is a stream? Describe various stream classes for console I/Ooperations in C++.
[7 marks]Explain default argument with example
[3 marks]Explain manipulators in C++
[4 marks]What is template? Explain function templarte.
[7 marks]Explain user defined exception in detail
[3 marks]Explain function overriding.
[4 marks]Write a short note on multiple catch exception in C++ -------1
[7 marks]