Can enum have methods c#?


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

Post New Answer

More C Sharp Interview Questions

what is a constructor? What is a destructor?

0 Answers  


Can a static class contain non static members?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is the use of list in c#?

0 Answers  


Structs are largely redundant in c++. Why does c# have them?

0 Answers  


Can you override private virtual methods?

4 Answers  


How do I format a string in c#?

0 Answers  


How do you define a predicate?

0 Answers  


What is the use of system.environment class in c#.net?

0 Answers  


What is the purpose of a constructor in c#?

0 Answers  


Why data types are important?

0 Answers  


What is arraylist?

0 Answers  


Categories