What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / mansoor ul hassan
In abstract classes, its upto u to make methods abstract
but in interfaces, all methods are bydefault abstract.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the top .net class that everything is derived from?
How to view an assembly?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
How does vb.net achieve polymorphism?
Explain an assembly and its use?
Explain jagged array in vb.net?
Explain the difference between system.string and system.stringbuilder classes?
Explain public assembly?
Can you please explain the difference between c# and vb.net?
Explain managed code?
Explain how to achieve polymorphism in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Explain an assembly?
What is normal jit?
Explain the difference between namespace and assembly?