What is a abstract method?

An abstract method is a method that is declared without an implementation (without braces, and followed by a semicolon), like this: abstract void moveTo(double deltaX, double deltaY);

Sizin İçin Seçtik  What is concrete method in abstract class?

Leave a Reply

Your email address will not be published. Required fields are marked *