[JAVA][作業練習] Lab6
Define a class named Document that contains a member variable oftype String named text that stores any textual content for thedocument. Create a method named toString that returns the textfield. Also include a method to set this value.Next, define a class for Email that is derive...