Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 5329👍, 0💬
Popular Posts:
Can you write a program to interchange 2 variables without using the third one? a = 7; b = 2; a = a ...
How can I show HTML examples without them being interpreted as part of my document? Within the HTML ...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...
How To Use Subqueries with the IN Operator? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqu...