BCA 24 OOPS with C++ Assignment A 1) What is OOP? Explain how C++ differs from C.
5 Marks
2) Explain with general syntax different looping statements in C++. 7 marks 3) What is string? Explain any 10 string functions with general syntax. 8 marks 4) Explain the terms a) Class, b) Object. 5 marks
Assignments B 1) What is destructor? Explain different characteristics of destructors. 5 marks 2) What is inline function? Explain. 5 marks 3) What is inheritance? Explain different types of inheritances. 5 marks 4) What is operating overloading? Write a program to overload + operator to add two complex numbers.
5 marks
5) Write a program in C++ using operator overloading to compare two dates. 5 marks