3
Answers

Tuples can combine objects of different types.






http://www.abhisheksur.com/2010/11/working-with-tuple-in-c-40.html

Hey Guys, You have used Tuple in your job. If yes? Share your knowledge.

Thanks.

Answers (3)

1
Photo of Iftikar Hussain
NA 18.9k 275.5k 11y
Hi,
        Yes, you should put all repeated style in a common class.

.contactPerson
{
    width:150px;
    height:150px;
    text-align:center;
    float:left;
    border-style:solid;
    border-width:medium;
    letter-spacing:normal;
    line-height:0.8cm;
}

.contactPersonsilver
{
  background-color:Silver;
}

when you are displaying silver color then just use like this

class="contantPerson contactPersonsilver"

Regards,
Iftikar
Accepted