Public

Updated: 08/08/2017 by Computer Hope
public in white lettering on navy blue background.

Public may refer to any of the following:

1. In general, public refers to anything that is out in the open for anyone to see.

2. In object-oriented programming, a public class is any part of the program that accesses or updates its members using the member name to be accessed. This type of class is useful for information or methods that need to be available in any part of the program code.

Class, Private, Programming terms