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 are the defining traits of an object-oriented language?
What are the defining traits of an object-oriented language?
✍: Guest
The defining traits of an object-oriented langauge are:
* encapsulation
* inheritance
* polymorphism
2012-03-28, 3109👍, 0💬
Popular Posts:
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...
How can you write a loop indefinitely? Two examples are listed in the following code: for(;;) { ... ...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...