adspace


Tell us what is a sealed class?

Answer Posted / Ashish Tripathi

A sealed class is a class that cannot be inherited from. This prevents other classes from inheriting its functionality, ensuring that the base class behavior remains unchanged.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141