class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
class Employee
{
stat9c Method1()
static Method2(ref a)
stat9c Method3(out x)
}
what will happen & why?
Answer Posted / sisira
it will give complie error bcoz same class name already
declare
Solution:
Make it both class Partial
and stat9c is not key word
please make it static.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I create a multilanguage, single-file assembly?
How to force my .net app to run as administrator on windows 7?
C# called c sharp why?
What are the extension methods in c#?
Which debugging tools you can use in the .NET ssSDK?
How do I create a multilanguage?
What is a boolean c#?
Why do we need properties in c#?
What is the difference between list and array in c#?
What does dbml mean in texting?
Which is faster iqueryable or ienumerable?
What is the difference between // comments, /* */ comments and /// comments?
Why do we need generics in c#?
Why do we use threads in c#?
What is array and arraylist?