Directions Using a text editor create an Abstract Data Type for an airplane. The class will begin with: public abstract class Airplane \{ Include at least 4 private attributes(fields) and 8 methods that describe the behavior of an airplane. Include both abstract methods and methods with an implementation body. Search for "Java abstract Car class" on the internet to see an example of an abstract class for a Car. You must also include a UML of the Airplane class. When you have completed the class submit both files to this page as an Airplane.java file and as an Airplane.doc or docx file..