![]() |
Purpose of having Properties in Interface
Hai!
I couldn't understand the purpose of having Properties in interface. If any one having clear information about this, please share it. Thanks in advance! Regards, visualcpp |
Re: Purpose of having Properties in Interface
Its same as the get set methods that we used to write in old days. To share the values of the variables to the outside world
|
Re: Purpose of having Properties in Interface
Yes. I understand the purpose and concept of properties. That is perfectly ok for class's. Why should we have properties in interface as it doesn't contain any memberdata to wrap around (like class's)?
|
Re: Purpose of having Properties in Interface
Quote:
Its something like writing the get set methods/ |
| All times are GMT +5.5. The time now is 22:55. |