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
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is overloading in c#?
What is session state in asp net c# with example?
What is an inheritance ?Give an example in which inheritance is used?
What is argument in c#?
What do you mean by stack and heap in c#?
What does console readline do?
Explain about c# language.
What is xaml file in c#?
What is Satellite Assemblies ?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is a struct in C#?
What is array formula?
What is default value of enum c#?
What is the use of ienumerable in c#?