What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandeep pokala
Interface is a set of abstract methods,all the methods have
to be overridden by the class which ever implements the
interface.
Abstract class is collection of data and methods,which are
abstract. In abstact class some methods may contain
defination,but in interface every method should be abstract
( no definations in the methods)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / hemalatha ivvala
Abstrat Class: It is a combination of Concrete Methods and
Abstract Methods.
Interface: Which class is only having abstract methods is
called interface.
Concrete Methods: Methods having declaration and definition
Abstrat Method: Methods having only declaration not having
any definition. Becuase abstract methods are used to provide
data abstractions(Means providing method definition and
hiding method declaration to provide security to the client).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swati
abstract class
1. abstract class have concrete methods ; interface have no
methods implemented.
2.interface do not come in inheriting chain; abstract class
come in inheriting chain.
3.in an interface no accessibility modifiers are allowed;
abstract class may have accessibility modifier
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rt
In abstract class, there can be concrete methods. Whereas it's not the case with interfaces.
| Is This Answer Correct ? | 3 Yes | 5 No |
What is the differences between dataset.clone and dataset.copy?
What is globalization?
What is sorting in vb?
Explain the difference between system.string and system.stringbuilder classes?
How a base class method is hidden?
What languages does the .net framework support?
how can we assigns items on listbox so that it will show rowwise please write the code for it.
What is the Common Language Runtime?
Define manifest?
Can you please explain the difference between authentication and authorization?
what is interface and when it is used?
I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)