Question
1 Implement a class stack which simulates the operations of the stack allowing LIFO operations. Also implement push and pop operations for the stack
2 Explain the concept of virtual function. Discuss the role of polymorphism in OOPS
3 Explain the standard Input/Output iostream library
4 How are static members declared within a template class? Explain with an example