Abstract Classes and Abstract Methods:
A method without any method body is known as an abstract method, what the method contains is only declaration of the method.
A method without any method body is known as an abstract method, what the method contains is only declaration of the method.