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



What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

Answer / vijay rana

by keyword sealed

Is This Answer Correct ?    28 Yes 2 No

What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

Answer / mahei

sealed class

Is This Answer Correct ?    7 Yes 3 No

What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

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

Post New Answer

More C Sharp Interview Questions

What is an escape sequence in c#?

0 Answers  


What are Custom Control and User Control?

1 Answers  


What is an assembly qualified name? Is it a filename? How is it different?

0 Answers  


What is ienumerable <> in c#?

0 Answers  


Explain async and await?

1 Answers  


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.

0 Answers   ABB, TCS,


What does namespace mean?

0 Answers  


Why is it not a good idea to use empty destructors?

0 Answers  


Does c# support multilevel inheritance?

0 Answers  


What is dataadapter c#?

0 Answers  


Is lazy t thread safe?

0 Answers  


For read-only operation which property you have to designated?

0 Answers   Siebel,


Categories