B
Beorne
In the classes I develop my attributes are always private and are
exposed using properties.
Does "wrapper" setter/getter properties introduce time overhead in
execution?
Thanks,
Matteo
exposed using properties.
directly or to access the attributes using the properties?From within the class is more correct to access the attributes
Does "wrapper" setter/getter properties introduce time overhead in
execution?
Thanks,
Matteo