what is the difference between a partial class and an abstract class?

An abstract class has no implementation of its members. The implementation has to be provided by derived classes.
A partial class is the same class split into two different files.

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.