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 an Interface and What is an Abstract Class?

Answer Posted / meraj khan

Abstract class:
Abstract class act as base class, not instantiable, no
implementaiotn in base class but allow implementaiotn in
derived class with overide method, method must be abstract.
specially used in inheritance.

Interface:

Interface class dont have constructor, destructor,
always public modifier set to true
no implementation
cant used multiple inheritance instead of this we use
multiple interface

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main differences between asp and asp.net?

1106


What is the difference between table and query?

1021


Explain the difference between webfarm and webgardens in .net?

1028


Where code pages are used?

1278


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

1072


What are the new data controls in asp.net 2.0?

1012


Explain difference between dataset and datareader?

1102


Where you store Connection string in "Web.Config" file in ASP.NET?

1112


How ViewstateMac works?

2888


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

1067


What is asp net objects?

1127


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

1071


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

1043


What is application variable in asp.net?

981


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

1154