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
what is IFormatable
Define a strong name in .net?
What is xpath in c#?
How big is a 64 bit integer?
Can int be null in c#?
How can I develop an application that automatically updates itself from the web?
What do you mean by jagged array?
How do I edit a dll file?
What is c# in asp net?
What sort algorithm does c# use?
What are callback methods in c#?
List down the differences between “dispose” and “finalize” methods in c#.
In gridview in editmode if we want to display information in one combobox based on
What is data adapter in c#?
What is method in c#?