in this code.... public static class Cat { public Woman owner; } ... a variable 'owner' is declared with Woman data type . but i have seen var declarations as like - int rate or char name and these storing integer and character value. . .. how can we declare a variable with Woman data type and what value will it store ??