Difference between procedural oriented programming languages and object oriented programming.
[3 marks]Explain the basic principle of object oriented programming.
[4 marks]Distinguish between call by value and call by address with an example.
[7 marks]Write about reference variable.
[3 marks]Explain different data types in C++.
[4 marks]Explain about types of array in C++.
[7 marks]Explain about friend function and friend classes.
[7 marks]How to create classes and objects in C++ with example.
[3 marks]Explain the concept of Data abstraction.
[4 marks]What is operator overloading? Explain unary and relational operator overloading.
[7 marks]Define constant function.
[3 marks]Explain about static keyword?
[4 marks]Write about
[7 marks]Method overriding and ii) Virtual functions.
[ marks]Write about command – line arguments in C++.
[3 marks]Explain about error handling in C++.
[4 marks]What is polymorphism in C++. Explain about its types with example.
[7 marks]Explain different types of files and file functions.
[3 marks]Write about unformatted i/o operations (cin and cout objects).
[4 marks]Write a program to find a number is even or not using conditional operator.
[7 marks]Discuss the benefits of exception handling.
[3 marks]Define the Base and Derived classes.
[4 marks]Write a program to swap two numbers using reference variables.
[7 marks]What do you mean by exception handling?
[3 marks]What is copy constructor, explain with example.
[4 marks]Write a program for factorial of given number.
[7 marks]