What is the difference between struct and class in c#?
Answer Posted / hr@tgksolutions.com
• 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
What is the process of Serialization?
What is before string in c#?
Explain the types of Polymorphism.
What language do desktop applications use?
What is int64 in c#?
What do you mean by serialization in .NET?
Explain About a class access specifiers and method access specifiers.
What is executescalar in c#?
What is data bind in c#?
Define thread?
what are nullable types in c#
Explain the difference between proc. Sent by val and by sub?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is deferred execution?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?