answersLogoWhite

0

What is a other word for packages?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

luggage

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How to abbreviate the word packages?

Packages is abbreviated pkgs.


Applications of word processing packages?

ms wardwordperfect


What is called when a cell packages proteins and other materials?

The cell that packages proteins and other things are the Golgi Apparatus.


Does Verizon Cable have sports packages available?

Yes, Verizon Cable does offer different sports packages as well as many other packages as well. There are entertainment packages, family packages, student and children packages as well.


What is a rhyming word pair for packages wafers?

cracker packer


Is riverraftingtourcom available rafting packages only in rishikesh?

The riverraftingtour.com has rafting packages that are not only limited to Rishikesh. Other places that the rafting packages offer include Himachal, Leh Ladakh and other Indian rivers.


Where can you purchase Foxtel packages?

The best place to purchase Foxtel packages is on the official Foxtel website. Alternatively, you can purchase Foxtel packages from other websites such as Telstra.


What is the base word for packages?

The root for "packages" is pack- (verb), followed by the morphemes -age-, turning it to a noun, and -s, which makes the noun plural.


Why the plural form of package is packages?

With most nouns in the English language you add an 's' to the end of the word to form the plural.package > packages


What is the word for the definition stack of membranes that packages chemicals?

Try vesicle.


What is paquetes in English?

Paquetes is a Spanish word meaning packages or packets.


Name the following-A key word to use the classes defined in a package?

To access the classes which are present in other packages, we have to import the package to our program using the keyword 'import'. Eg: import packagename.subpackage.Class; OR import packagename.subpackage.*; /*Adds all the class which are present in package*/ 'extends' is the keyword used to inherit the classes defined in other packages.