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 you explain what inheritance is and an example of when you might use it?
Can you explain what inheritance is and an example of when you might use it?
✍: Guest
Inheritance is a fundamental feature of an object oriented system and it is simply the ability to inherit data and functionality from a parent object. Rather than developing new objects from scratch, new code can be based on the work of other programmers, adding only new features that are needed.
2014-01-22, 1873👍, 0💬
Popular Posts:
How do you open an SSH connection to a remote box? ????
What is Shell scripting A shell script is a script written for the shell, or command line interprete...
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...
How To Select All Columns of All Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with ...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...