Hi Frnz,
I am new to this topic can anyone help me on the follwing with an example please
I need examples please
Its F1 help
A class with the CREATE PUBLIC addition can be instantiated anywhere that the class is visible.
A class with the CREATE PROTECTED addition can only be instantiated in methods of the class itself and its subclasses.
A class with the CREATE PRIVATE addition can only be instantiated in methods of the class itself. This means, in particular, that it cannot be instantiated as an inherited component of subclasses
please donot paste from sites
regards