Assume We have a base class and derived class, We overrided a method in derived class and we have a requirement of calling this virtual method of base class from overrided method of derived class or any other position of the derived class, then we can use C# feature called as "Ca