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, 6082👍, 0💬
Popular Posts:
How To Decrement Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
What Happens to Your Transactions When ERROR 1213 Occurred? - MySQL FAQs - Transaction Management: C...
How To Create Nested Tables? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells You can cr...
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the ...