Answer Posted / raj
Read only ( with no 'set')
write only (with no 'get')
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
What is the implicit name and type of the parameter that gets passed into the class set method?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is an event in c#?
Why do we use methods in c#?
Do loops in c#?
What is the difference between string keyword and system.string class?
What are value types in c#?
What is xml document how do you open it?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What are the differences between a class and a struct?
Do events have return type c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What is a float?
What is the difference between throw and throw ex?
What is difference between float and decimal?