I have seen some examples like this
p.class1 { some stuff }
p.class2 {some stuff }
and some like this
class1.p {stuff}
class2.p {stuff}
In one case, the class name is before the dot, in the other case the class name is after the dot. What is the difference between these two notations?
Thanks,
Dave