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 we inherit singleton class in c#?

0 Answers  


How can we set class to be inherited, but prevent the method from being over-ridden?

0 Answers  


What sort algorithm does c# use?

0 Answers  


What is the use of static members with example using c#.net.

0 Answers  


what is partial assembly reference

0 Answers  






What is a protected class c#?

0 Answers  


Why do we use reflection in c#?

0 Answers  


What is c# used for?

0 Answers  


What's difference between constants and static readonly?

0 Answers   Wipro,


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

0 Answers  


What are callback methods in c#?

0 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?

3 Answers   Microsoft,


Categories