<Apti
Code
/>
Back
Question 716: Which of the following is correct ways of applying an attribute?
tcs
wipro
infosys
general
aptitude
attributes
c-programming
No answer description is available.Let's discuss.
[WebService (Name = "IndiaBIX", Description = "BIX WebService")] class AuthenticationService: WebService { /* .... */}
<WebService ( Name : "IndiaBIX", Description : "BIX WebService" )> class AuthenticationService: inherits WebService { /* .... */}
<WebService ( Name = "IndiaBIX", Description = "BIX WebService" )> class AuthenticationService: extends WebService { /* .... */}
[WebService ( Name := "IndiaBIX", Description := "BIX WebService")] class AuthenticationService: inherits WebService { /* .... */}
Submit Answer
Show Answer
Previous
Next