Answer Posted / abc
There are two types of propery
1.get
2.set
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
Can we inherit private class in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is protected internal modifier in C#?
What are the three types of operators?
Are structs faster than classes?
What's c# ?
What namespace is list in c#?
Explain different properties of object oriented systems.
What is windows forms in c#?
How do I do a case-insensitive string comparison?
What are the differences between a class and a struct?
What is the difference between writeline and write in c#?
What is desktop application testing?
Can we maintain state in webservice?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?