have some questions to ask

merciless

New member
Joined
Mar 2, 2005
Messages
4
Programming Experience
Beginner
Properties, Variables, Method Signatures...

need help...

1. What is a property procedure, read-write property and read-only property. and how can i use private variables with public properties?

2. What is a private variable?

3. Overriding, what is it?
 
Last edited by a moderator:
1. a read-write property means that it can be read and changed, a read-only property means that you can only see it

2. it is a variable that is private

3. Overriding does the obivious, it overrides
 
Back
Top