Question 1 Write a program that accepts a 3x3 matrix from the user and finds the transpose of it
Question 2 Explain Brief about class and objects. Also describe friend functions and friend classes
Question 3 Implement a class stack which simulates the operations of the stack allowing LIFO operations. As well implement push and pop operations for the stack
Question 4 Explain the concept of virtual function. Describe the role of polymorphism in OOPS
Question 5 How are static members declared within a template class? Explain with an example
Question 6 Name and describe the STL components. Also explain the two basic exception handling models