1.

Which among the following is the correct form of applying an attribute?

A. <Serializable()>class sample { }
B. (Serializable())class sample { }
C. [Serializable()] class sample { }
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found