What is the difference between struct and class in c#?
Answer Posted / nashiinformaticssolutions
• struct: Members are public by default.
• class: Members are private by default.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override main method in c#?
What is strongly typed view?
How to block a class from being inherited further?
Illustrate the process of code compilation in c#?
What do u mean by delegation of authority?
How do I register my code for use by classic com clients?
What are the advantages of using assemble language programming?
What is the use of console readline () in c#?
What is the difference between dictionary and hashtable in c#?
What is the difference between firstordefault and singleordefault?
Explain synchronous and asynchronous operations?
How many aware interfaces are there?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
In .Net, what is an assembly? Also explain the type of assembly.
Is null or empty in c#?