Can we have same method with same name and signature in a using partial class ?
Interview question and answer by:
Pavanandey | Posted on: 4/21/2010 | Category:
ASP.NET Interview questions | Views: 3835 |
Answer:
Partial class is the concept of diving a class file in to different files or a single file to enhance the productivity .
We cannot have the same method with same name and signature in partial class it give a compile time exception
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: