What C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?
Answers were Sorted based on User's Feedback
Answer / abc
sealed keyword is not used because it's used to stop from
inheritance in c#
Is This Answer Correct ? | 2 Yes | 0 No |
What is an escape sequence in c#?
What are Custom Control and User Control?
What is an assembly qualified name? Is it a filename? How is it different?
What is ienumerable <> in c#?
Explain async and await?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What does namespace mean?
Why is it not a good idea to use empty destructors?
Does c# support multilevel inheritance?
What is dataadapter c#?
Is lazy t thread safe?
For read-only operation which property you have to designated?