Wipro

.Net (C#)

Difference between directcast and ctype.
An example of a ctype and directcast.
ctype(123.34,integer) - should it throw an error? Why or why not?
directcast(123.34,integer) - should it throw an error? Why or why not?
Difference between a sub and a function.

Explain manifest & metadata.
Scope of public/private/friend/protected/protected friend.
Different kinds of methods.
Difference between imperative and interrogative code.
Difference between value and reference type.
What are the two kinds of properties.
What is the raise event used for?
Explain constructor.
What is a resource? Provide an example from your recent project.
What is a system lock?
Describe ways of cleaning up objects.
Where does the dispose method lie and how can it be used to clean up resources?
How can you clean up objects holding resources from within the code?

No comments:

Post a Comment