What are "class access modifiers" in C#?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are the differences between events and delegates in c#?
What are the types of delegates in c#?
Is char * null terminated?
Can I use exceptions in c#?
Is enum a class c#?
What does the term immutable mean?
3 Answers Satyam, Siebel Systems, Techno Labs,
Why do we use virtual methods in c#?
What’s difference between Association, Aggregation and Inheritance relationships?
Do while loops yes or no c#?
Which operator cannot be overloaded in c sharp?
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..