Skip to main content
private

private

89 5.6
In programming, only code inside the same class can use it
  • adjective
  • /ˈpraɪvɪt/
  • Specialized
translation icon : privado
  • I know she doesn't look it, but she's a private investigator that's been hired by your wife to prove you're cheating on the road.
  • public and private
  • private network
  • virtual private network

Examples

  • Unauthorized access to someone's private computer files is considered grand theft in Massachusetts.

    Fiction book (1991)
  • Set means setting this is private, but reading it is not.

  • You think I'm stupid enough to meet you in a private location?

  • As you can see, private browsing makes your user experience less...

  • He's on a private call.

  • You might also store your evidence on a private platform such as Dropbox.

    Academic text (2015)
  • With Node VPN, you can set up a VPN channel yourself for your private purposes.

  • When designing software, it's important to declare certain variables as private to avoid unintended access from other classes.

  • The class includes a private method that is only used within its own definition.

  • Using private fields in programming helps encapsulate data and protect it from external manipulation.

Synonyms

internal
vsprivate
  • Specialized
98 5.3

Only for use inside the same part of a program, not by outside code

is limited to a single class or object scope rather than wider modules

Antonyms

1.0

Open or available to everyone, not private

579 1.0

Not decided and still possible to change

Idioms

249 2.4

Without other people present

Compounds

120 1.9

A place where children learn that is not run by the government and costs money

Things you can move, like cars or jewelry, that belong to one person, not land

A person hired to find facts about crimes or private matters who is not a police officer

A person who does not hold a government job or public office

Work of a doctor or lawyer who has their own office and does not work for an organization

A person who is not a police officer and is paid to investigate crimes

private eye
  • Informal
24 4.2

A person hired to find out information for someone, often about crimes

14 3.0

The parts of the body used for sex and peeing

Businesses owned and run by people or companies, not the government

private corporation
  • Specialized
8 3.7

A company owned by a small group whose shares are not sold to the public

private line
  • Specialized
5 3.7

A phone line used only by one person or business

private dick
  • Archaic
4 8.8

A person hired to find facts or solve crimes for paying clients

private foundation
  • Specialized
4 4.8

A charity that gets most of its money from one person or company

3 3.3

A road owned by a person or company that leads to a house and is not for public use

buck private
  • Archaic
1 8.2

A soldier with the lowest rank in the US Army or Marines

A group of guards a company or person hires to protect people and property

A place where you are not seen or heard by others

A person who teaches one student or a small group outside school, often at home

Relating to businesses owned and run by people or companies to make profit, not the state

8.5

Illegal action that stops a person from using or enjoying their land

A person who keeps their thoughts and feelings to themselves

private treaty
  • Specialized
7.2

A sale of property agreed directly between buyer and seller without an auction

How Accessible

public
1.0
protected
1 2.0
private
  • Specialized
89 5.6

Surface Forms

private positive

Etymology

Private goes back to the Latin privare 'to set apart', and a helpful image is a 'private room' — in programming a private part is set apart so only the same part of the program can use it.