Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can we have different access modifiers on get/set methods of a property
Can we have different access modifiers on get/set methods of a property ?
✍: Guest
No we can not have different modifiers same property. The access modifier on a property applies to both its get and set accessors.
2007-10-23, 6100👍, 0💬
Popular Posts:
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
Where are cookies actually stored on the hard disk? This depends on the user's browser and OS. In th...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
How do I install JUnit? First I will download the lastest version of JUnit. Then I will extract all ...