Question:Define abstract method.
Answer An abstract method is a method that is declared without an implementation (without braces, and followed by a semicolon)
+ Report
Define abstract method.