What is Abstract method

Abstract method: This is a method with the abstract reserved word in its header. The abstract method has no method body. Methods stated in an interface are for all time abstract. The body of an abstract method should be stated in a sub class of an abstract class, or the body of a class applying an interface.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.