1.

How Do You Refer To The Types, Objects And Sub Programs Declared Within A Package?

Answer»

The types, objects, and SUBPROGRAMS DECLARED within a PACKAGE are referred to using the dot NOTATION as −

  • package_name.type_name
  • package_name.object_name
  • package_name.subprogram_name

The types, objects, and subprograms declared within a package are referred to using the dot notation as −



Discussion

No Comment Found