What is difference between Abstract Class and Interface?
Answers were Sorted based on User's Feedback
Answer / dhinesh
If a class has one abstract method ,the class has to be an
abstract class.
Methods can be implemented in abstract class.
Whereas a interface is like a abstract class...the only
difference being that the methods are never implemented in
Interface.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / basudev pradhan
i) Abstarct is class does not have Body part,it can't create
instance ,but We provide Abstact method and normal
method,the abstarct can be inheritaed by another class,this
can must be implemented by Abstarct method,
ii) Abstarct class can only once inheritaed by Another class
But the interface can implements the More than one interface,
interface only provide Abstarct method ,this method have
does not body part,this class can implements the interface
Define the absract method
| Is This Answer Correct ? | 2 Yes | 1 No |
Abstract class is a class in which it will contain both the
abstract and non-abstract methods.The abstract class must
be inheritable by another class. In vb.net it will be
defined using mustinheritable keyword.
The syntax is :
Public MustInheritable Class classname
Interface is a class in which it will contain only the
abstract methods. The interface can be implemented or not
by the another class.The functions in interface will be
implemented by the another class which implements the
interface.
The syntax is :
Public Interface interfacename
| Is This Answer Correct ? | 1 Yes | 0 No |
how many server control present in .net
What is the maximum size of the textbox?
What is vb.net used for?
What are the advantages of migrating to vb.net?
What is a preprocessor directive in vb.net?
What is difference between a panel and GroupBox ?
Explain option strict?
What do you mean by serialization and deserialization?
Explain an assembly and its use?
Why do we use ansi keyword?
What’s the difference between private and shared assembly?
In vb.net how to connect crystal report?
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)