abstract class It is desiged for common methods, forcing its implementation. Using an abstract class causes an error if there is no method in the child class that inherited from abstract class. As a result, the abstract class has many advantages, such as being easy to standardize the program and easy to maintain. A class which has abstract method. It only declare the abstract method function by ..