answersLogoWhite

0

Your public properties are possibly your "manners".

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What are publication properties?

Your public properties are possibly your "manners".


Where do you define the access specifier for a java method properties?

We define the access specifier of a function at the place of its method signature(The place we write the method's name).for example,public void sample(){}here "public" is the access specifier of function name-sample.


Is the mall considered public property?

No, malls are privately owned properties, not public property.


Why should you preserve public properties?

public available for free access bhai ganda savalo nai puchho...


Why is park and school public property?

Not all parks and schools are public properties. The public school are public because the money to maintain the school comes from the "public" another words TAXPAYERS. Same with parks.


What are private properties name?

Your private properties are possibly your inner thoughts.


What is the properties of plasma?

Well it has a bunch of properties nad you wouldnt be able to name them all


What is another name for civil servant?

The common name for civil servant is known as "bureaucrat".


Are Name two categories used to classify properties matter?

Two categories used to classify properties of matter are physical properties and chemical properties. Physical properties can be observed or measured without changing the composition of the substance, while chemical properties describe how a substance changes into a new substance through a chemical reaction.


Can you name 3 chemical properties?

flammabilityrustingtarnishing


How people are responsible for damage and destroy public properties?

by writing their names on the walls of rich monuments.......................................


What is the properties of visual basic?

Properties are like variables, but they use a Get and Set. This is how to link a private variable to a public property (i=variable, IProp=property)Private i as String = ""Public Property IProp()GetReturn iEnd GetSet(Val as String)i=ValEnd SetEnd Property