Home » C# Programming » Properties

If Sample class has a Length property with set accessor then which of the following statements will work correctly?

Correct Answer: Sample m = new Sample(); m.Length = 10;

← Previous Question Next Question→

More Questions from Properties

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion