Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Attributes
Which of the following forms of applying an attribute is correct?
< Serializable() > class sample { /* ... */ }
(Serializable()) class sample { /* ... */ }
[ Serializable() ] class sample { /* ... */ }
Serializablef) class sample { /* ... */ }
None of the above
Show Answer
Correct Answer:
[ Serializable() ] class sample { /* ... */ }
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment