| Author: Reach2Shaik 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi,
Go through this link. http://msdn.microsoft.com/en-us/library/aa288479(VS.71).aspx
Don't forget to rate this answer, if it is helpful... Regards Shaik
|
| Author: Anuraj 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
You mean virtual keyword? If you declare a method as virtual, the child class, which inherits the class with virtual method can override the method.
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|