Are value types sealed?



Are value types sealed?..

Answer / Dharamveer

Yes, all value types are sealed in C#. This means they cannot be extended by deriving from them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are extender provider components? Explain how to use an extender provider in the project.

1 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


What are custom exceptions?

1 Answers  


What is the difference between read and readline in c#?

1 Answers  


What is the purpose of a constructor in c#?

1 Answers  


What is a console application in c#?

1 Answers  


What is array formula?

1 Answers  


What is the benefit of delegate in c#?

1 Answers  


What does int32 mean in c#?

1 Answers  


Can arraylist store different data types in c#?

1 Answers  


What is multiple interface in c#?

1 Answers  


What is var c#?

1 Answers  


Categories