标签:
it |
package org.jzkangta.factorydemo03;
interface Car{
}
class Benz implements
Car{
}
class Ford implements Car{
}
class Toyota implements Car{