Select from following answers:- Value Type
- Reference Type
- Vaule type or reference type
- both

- All Above
Because , Interface is a Contract, When we design Interface and implement it in other object , that object will implement this. So, when a struct implement an interface ,that time it is value type and in case of class it is reference type.
Pl Correct me if it wrong.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator