First Task:- First task is a function called anagram. Basically, this function is for check two text are anagram or not. This function takes two parameters and both should be string. Usually, this function returns "Both text are anagram" if both text passed as a parameter are anagram text and if both text aren't anagram text then return "Both text aren't anagram"
Second Task:- Second task is a Class constructor for example of main principles of object oriented programming concepts. Like Encapsulation, Abstraction, Inheritance, Polymorphism.
Third Task:- Third task is a custom video player. This video player has ability to seek manually and even seek with keyboard.