Select from following answers:- True
- False

- None
- All Above
The data contracts are said to be equal if they have
- Same Namespaces
- Same Names
- Same Data Member Names
- Same Order of the Member Names
Snippet-1 :
As order not specified, The default Order is alphabetical (Bhp,Cost).
Snippet-2 :
Here the Order is based on the order attribute..which is (Cost,Bhp).
As the order of the data member names differs, the above statement is false.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator