subclass的意思和读音

subclass

n.;【()

subclasses  

n.1.;【()

n.1.a smaller group among several into which a main class is divided2.a subdivision of a class in the classification of plants and animals

1.Win16subclassWindows NT使

5. subcellular| subclass| subclone| ...

6.(subclass)…………………………………………………………(248) (group)…………………………………………

7.Subclass),1、455;

:,,,,,

1.It is ok if you subclass only a few controls but it's going to be a nightmare to subclass a dozen or so controls.

2.Whenever you define a new class as an extension of an existing one, the new class is said to be a subclass of the original.

3.The DelegatePaintPanel subclass allows any image to be the background of any other (partially transparent) component.DelegatePaintPanel

4.Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton.

5.When applied to a method, it means that the method cannot be overridden by a subclass.

6.Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively.,PushDownPullUp,

7.Any of numerous minute marine and freshwater crustaceans of the subclass Copepoda, having an elongated body and a forked tail.

8.A Struts action is an instance of an Action class subclass that implements a portion of a Web application and returns a forward.StrutsActionWeb

9.To fulfill the Liskov principle, you need to adhere to a simple rule: The domain of a method can't be shrunk in a subclass.

10.The uniqueness of the class cannot be imposed as a compile-time constraint on the subclass unless you use a private constructor.使