FileDocCategorySizeDatePackage
PrivProt.javaAPI DocExample491Sat Oct 26 09:53:50 BST 2002None

PrivProt0

public class PrivProt0 extends Object
Member modifier "private protected" is now gone from the language! This class proves it: modern Java compilers must reject this file.

Fields Summary
protected int
a
public int
b
Constructors Summary
PrivProt0(int ia, int ib)

		a = ia; b = ib;
	
Methods Summary