Description: If you come from C++ or Java background to C#, no wonder that you will notice some strange keywords introduced to this new language. The first reaction will be what are these things for and why were they added ? Specially that, till now people were able to develop programs using the existing languages without problems. Among the set of new keywords added to C# there are new and override modifiers. Although new may not seem that new to you , however its usage as method...