After listening and practising example in this video, you will be able to understand
1. How to implement List as Stack (Last In Fist Out) . Last Inserted value fetched First
2. How to implement List as Queue (First In First Out) . First inserted value fetched first.
3. How to convert Tuple to List .