Can you specify an access modifier for an enumeration?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...

2 Answers   CybAge, Wipro,


What is hiding in CSharp ?

1 Answers  


what is serilization?

6 Answers   Protech,


What is difference between method and function in c#?

0 Answers  


Can you create partial delegates and enumerations?

0 Answers  






public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


What is difference between variable and property in c#?

0 Answers  


What is the difference between static and constant variables?

0 Answers   Accenture,


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


Can an interface extend a class c#?

0 Answers  


What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?

1 Answers  


How to Install uninstall assemblies into GAC?

0 Answers   CitiusTech,


Categories