Package org.openjdk.jol.samples
Class JOLSample_04_Inheritance.B
- java.lang.Object
-
- org.openjdk.jol.samples.JOLSample_04_Inheritance.A
-
- org.openjdk.jol.samples.JOLSample_04_Inheritance.B
-
- Direct Known Subclasses:
JOLSample_04_Inheritance.C
- Enclosing class:
- JOLSample_04_Inheritance
public static class JOLSample_04_Inheritance.B extends JOLSample_04_Inheritance.A
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intb-
Fields inherited from class org.openjdk.jol.samples.JOLSample_04_Inheritance.A
a
-
-
Constructor Summary
Constructors Constructor Description B()
-