Question: Which of the following ways to create an object of the Sample class given below will work correctly?

Options

A : Sample s1 = new Sample();

B : Sample s1 = new Sample(10);

C : Sample s2 = new Sample(10, 1.2f);

D : Sample s3 = new Sample(10, 1.2f, 2.4);

Click to view Correct Answer

Previous || Next

Constructors - General Questions more questions

Which of the following is the correct way to find....

Which of the following statements are correct about a HashTable....

Which of the following is the correct way to access....

Which of the following statements is correct?

Which of the following statements is correct about the C#.NET....

Which of the following statements are correct about static functions?

Which of the following statements is correct about constructors?

Which of the following is the correct way to define....

In which of the following should the methods of a....

Can static procedures access instance data?

Attributes - General Questions more Online Exam Quiz

Attributes - General Questions

Classes and Objects - General Questions

Collection Classes - General Questions

Datatypes - General Questions

Delegates - General Questions

.NET Framework - General Questions

Enumerations - General Questions

Exception Handling - General Questions