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:
Contrast the use of an abstract base class against an interface?
Contrast the use of an abstract base class against an interface?
✍: Guest
Answer1:
In the interface all methods must be abstract, in the abstract class some methods can be concrete. In the interface no accessibility modifiers are allowed, which is ok in abstract classes
Answer2:
Wether to Choose VB.NET/C#.
Both the languages ar using same classes and namespaces. Once it compile and generates MSIL, there is no meaning of which language it was written. If you are Java/C++ programmer better to choose C# for same coding style otherwise you can choose VB.net.
2014-02-25, 2009👍, 0💬
Popular Posts:
Can one execute dynamic SQL from Forms? Yes, use the FORMS_DDL built-in or call the DBMS_SQL databas...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...
How To Create an Add-to-My-Yahoo Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...