PROGRAMMING:Define classname interface, design class company, and realize the function of getting class name
Define a classname interface with only one abstract method getclassname(); Design a class company, which implements the method getclassname () in the interface classname. Its function is to get the class name of the class; Write applications using the company class
###Output format:
Output class name.
###Output example:
```out
Company
```
answer:If there is no answer, please comment
###Output format:
Output class name.
###Output example:
```out
Company
```
answer:If there is no answer, please comment