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:
What is the difference between Shadowing and Overriding
What is the difference between Shadowing and Overriding ?
✍: Guest
Following are the differences between shadowing and overriding :-
? Overriding redefines only the implementation while shadowing redefines the
whole element.
? In overriding derived classes can refer the parent class element by using “ME”
keyword, but in shadowing you can access it by “MYBASE”.
2007-10-23, 5836👍, 0💬
Popular Posts:
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...
How To Merge Cells in a Row? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you wan...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
How comfortable are you with writing HTML documents entirely by hand? Everyone has a different prefe...
Who Developed HTML? HTML was originally developed by Tim Berners-Lee while at CERN, and popularized ...