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

Can dictionary have duplicate keys c#?

0 Answers  


Which is better python or c#?

0 Answers  


What is delegates & multicast delegate?

2 Answers   Cognizant,


Can we override constructor in c#?

0 Answers  


What is the importance of closing an ado.net application?

0 Answers  






What is multiple interface in c#?

0 Answers  


Why do we need static class in c#?

0 Answers  


What is a helper method in c#?

0 Answers  


Which programming language is best for desktop applications?

0 Answers  


What is the correct way of declaring an xml namespace?

0 Answers  


Explain inheritance in c#?

0 Answers  


What is the difference between an integer and int?

0 Answers  


Categories