Home » C# Programming » Properties

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

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

← Previous Question Next Question→

Discussion & Comments

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