What are "class access modifiers" in C#?


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

Post New Answer

More C Sharp Interview Questions

If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


What are the differences between events and delegates in c#?

0 Answers  


What are the types of delegates in c#?

0 Answers  


Is char * null terminated?

0 Answers  


Can I use exceptions in c#?

0 Answers  






Is enum a class c#?

0 Answers  


What does the term immutable mean?

3 Answers   Satyam, Siebel Systems, Techno Labs,


Why do we use virtual methods in c#?

0 Answers  


What’s difference between Association, Aggregation and Inheritance relationships?

2 Answers   TCS,


Do while loops yes or no c#?

0 Answers  


Which operator cannot be overloaded in c sharp?

0 Answers  


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  


Categories