Hi guys , Is their is any comparision between sealed class and abstract class. When to use sealed and abstract class.
bhagawatshinde 11 Posting Whiz
Recommended Answers
Jump to PostA sealed class cannot be derived from, you can't inherit from it.
An abstract class must be derived from, you have to inherit from it and create the missing methods.
All 3 Replies
Momerath 1,327 Nearly a Senior Poster Featured Poster
pritesh2010 30 Posting Whiz in Training
parth vyas 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.