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, 6132👍, 0💬
Popular Posts:
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters? Unicode requires 1...