-->
当前位置:首页 > 题库

PROGRAMMING:Define classname interface, design class company, and realize the function of getting class name

Luz5年前 (2021-05-10)题库413
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