C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Sealed class
WhatsApp
Gomathi Palaniswamy
14y
8.7
k
0
0
25
Blog
SEALED CLASS
The sealed class used to stop the inheritance level.The sealed classes cannot be inherited,
We get error if get the sealed class as base class.
Syntax
sealed
class
SealedClassName
{
//this class cannot be inherited
}
Sealed class
People also reading
Membership not found