Which Among The Following Is The Correct Form Of Applying An #529
Which among the following is the correct form of applying an attribute?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Attributes - Quiz No.1.
Which among the following is the correct form of applying an attribute?
<Serializable()>class sample { } (Serializable())class sample { } [Serializable()] class sample { }
None of the mentioned