Which of these methods can be put in Thread class constructor?
a))void abc()
{

}
b)int demo()
{
return 100;
}
c)void mymethod(int a)
{

}

 Posted by Ddd on 2/16/2011 | Category: C# Interview questions | Views: 8598 | Points: 40
Select from following answers:
  1. Only (a)
  2. Only (b)
  3. Only (c)
  4. None
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response