what is the Difference between the public and private ?


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

Post New Answer

More C Sharp Interview Questions

7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  


Where are value types stored in c#?

0 Answers  


Why dependency injection is used in c#?

0 Answers  


Does c# support parameterized properties?

0 Answers  


How do you implement thread synchronization in c#?

0 Answers  






What type of data type conversion happens when the compiler encounters the following code?

0 Answers  


Is typeof c#?

0 Answers  


What?s a multicast delegate?

5 Answers   Visual Soft,


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

0 Answers  


Is object an int c#?

0 Answers  


difference between managed code and unmanaged code ?

3 Answers  


In which order the destructor is called for an inherited class?

0 Answers  


Categories