abstract class is a base class that contain each and every method should abstract u can't create instance for this class but u should inherit this class
abstract method is using for polymorphism. It is keyword using in derived to override base class method.