Differentiate class and structure.
[7 marks]What is a local class? Explain local class with suitable example.
[7 marks]i. Explain inline function with suitable example. ii. Write a general syntax of nested namespace.
[2 marks]What is a static function? Explain static function with suitable example.
[7 marks]What is a function pointer? Explain function pointer with suitable example.
[7 marks]What is an explicit constructor? Explain explicit constructor with suitable example.
[7 marks]Write a sort note on Koenig lookup.
[7 marks]What is a template function? Explain template function with suitable example.
[7 marks]Explain binary operator overloading as friend function with suitable example.
[7 marks]What are multiple inheritances? Explain drawback of multiple inheritances.
[7 marks]What is do you mean by extending the namespace? Explain it with suitable example.
[7 marks]Explain container class with suitable example.
[7 marks]What is a static function? Explain static function with suitable example.
[7 marks]Explain multiset sorted associative container with suitable example.
[7 marks]Write a C++ program in which design classes such that they support the following statements: Feet f1(10),f2; Inch i1; i1 = f1; // convert feet to inches f2 = i1; // convert inches to feet
[7 marks]Write a sort note on STL.
[7 marks]Explain non type argument with suitable example.
[7 marks]