mirror of
https://github.com/huihut/interview.git
synced 2025-12-18 21:14:38 +03:00
Design mode code comments are changed to English
https://github.com/huihut/interview/pull/73
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
#include <string>
|
||||
using std::string;
|
||||
|
||||
// 汽车接口
|
||||
// Car Interface
|
||||
class ICar
|
||||
{
|
||||
public:
|
||||
virtual string Name() = 0;
|
||||
};
|
||||
|
||||
// 自行车接口
|
||||
// Bike Interface
|
||||
class IBike
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user