Question 646: Which of the following statements is correct about the C#.NET code snippet given below?class Sample { private int i; public Single j; private void DisplayData() { Console.WriteLine(i + " " + j); } public void ShowData() { Console.WriteLine(i + " " + j); } }
tcs
wipro
infosys
general
aptitude
classes-and-objects
No answer description is available.Let's discuss.