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
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use dictionary in c#?
What is the difference between method parameters and method arguments. Give an example?
What is tochararray in c#?
Why do we use hashtable in c#?
What are the 2 types of data types available in c#?
Why do we need delegates?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What are floating point numbers?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Why do canadians say zed?
Why are c# strings immutable?
Is char * null terminated?
What is the purpose of c#?
What is boolean method?
what is object-oriented programming (oop) language?