Translation of "cooked" to English language:


  Dictionary Chinese-English

  Examples (External sources, not reviewed)

In this example, we first define a base class and an extension of the class. The base class describes a general vegetable, whether it is edible or not and what is its color. The subclass Spinach adds a method to cook it and another to find out if it is cooked.
The subclass Spinach adds a method to cook it and another to find out if it is cooked.