Friday, 29 May 2015
Keyword
private makes data and functions private and keyword public makes data and
functions public. Private data and functions are accessible inside that class
only whereas, public data and functions are accessible both inside and outside
the class. This feature in OOP is known as data hiding. If programmer
mistakenly tries to access private data outside the class, compiler shows error
which prevents the misuse of data. Generally, data are private and functions
are public.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment