Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is difference between Abstract Class and Interface?

Answer Posted / tarunkumar

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of .net object?

1084


What is the purpose of objects present in asp.net?

1091


Explain an assembly and its use?

1069


Which dll is used for microsoft .net run time?

1030


What are the parts of the visual basic control?

999


Is vb net a scripting language?

1025


Explain the use of new keyword?

979


Explain about the performance of visual basic?

1069


What is the significance of delegates. Where should they be used?

997


Describe about visual basic.net?

1047


Which classes a dll can contain?

1027


Explain the difference between int and int32?

989


What is strong name in .net assembly?

1029


What is the difference between vb 6 and vb.net?

1163


What is the source code for display the picture in button click event?

1195