Object Oriented Programming using C++ Assignment-1 Module-1 Q.1) Write the application of OOPS. Q.2) Explain friend classes with syntax and example. Q.3) Write a short note on Destructor. Q.4) What are the advantages provided by inheritance? Assignment-2 Module-2 Q.1) What is polymorphism in C++? Q.2) What are pure virtual functions? Q.3) Write a short note on binary and unary overloaded operators. Q.4) What is the difference between static and dynamic binding?