The private keyword is used in field, method, and property declarations to make the field, method, or property private to its enclosing class. That is, it is not visible outside of its class.
Syntax:private variable;
private function();
Example:public class MyPublicClass
{
private class MyPrivateClass
{
}
private int i;
private String myMethod()
{
}
}
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 245 / 159170828. Delta: 0.04252 с