Results 1 to 4 of 4

Thread: What is Shadowing in C# ?

  1. #1
    Join Date
    Nov 2009
    Posts
    61

    What is Shadowing in C# ?

    I have recently started to learn C# programming language. I am very much confused with the basic concepts of C#. I am that technically sound and same applies to programming for me. I want to know what is Shadowing concept in C#. I have tried to research a lot on this but failed to understand anything. Please help.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: What is Shadowing in C# ?

    Using the keyword 'new' a programmer can hide an inherited method. This is termed as Shadowing concept of Object Oriented Programming. And C Sharp also includes this shadowing concept. Let us assume that two elements of a program have the same name. in such a situation we can use one program element to hide another. This forms the Shadowing concept in C Sharp.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: What is Shadowing in C# ?

    I am aware of a type of Shadowing that C-sharp supports, it is called Shadowing through scope. C-sharp allows same name for elements of the programs which are in the same class or module but with difference in scope. This is known as Shadowing through scope in C-sharp. Even I was confused on this concept of Shadowing in C-sharp.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: What is Shadowing in C# ?

    There is a concept in C# to hide same named program element this is called Shadowing concept in C#. Shadowing is also possible through inheritance in C#. Any set of overloaded elements or declared elements can be shadowed with any other type. But do not mix shadowing concept with over riding-concept in C#.

Similar Threads

  1. Overriding and Shadowing in C#
    By Sheenas in forum Software Development
    Replies: 5
    Last Post: 01-02-2010, 07:45 PM
  2. How to disable bios shadowing
    By PinkShell in forum Operating Systems
    Replies: 3
    Last Post: 22-08-2009, 08:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,481,350.82274 seconds with 17 queries