What is the difference between struct and class in c#?
Answer Posted / glibwaresoftsolutions
• 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 lambda expression in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
Is std :: string null terminated?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is iqueryable?
What is the adv of using System.Text.StringBuilder over System.String?
What is 8 bit signed integer?
What does void do in c#?
What does do in c#?
What is the default value of datetime in c#?
What is the advantage of constructor?
Can we create instance of private class in c#?
What is the difference between serialization and deserialization in c#?
What is difference between overloading and short circuiting?
What is difference between il and dll ?