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...


How different are interface and abstract class in .Net?

Answers were Sorted based on User's Feedback



How different are interface and abstract class in .Net? ..

Answer / vara prasad

In both Interface and Abstract classes we cannot create a
object but abstract classes can be inherited and we can
create a object for that derived class.

Abstract classes may contain concrete methods as well as an
Implementation of methods where as Interface doesn't
contain any implementation it just contains concrete
methods and to use those methods in interface we need to
inherit that interface and have to make sure that all
methods in the interface are implemented or else even the
derived class becomes an Interface.

Is This Answer Correct ?    26 Yes 6 No

How different are interface and abstract class in .Net? ..

Answer / manikandan

The interface is the one in which all the methods are empty
one but in the abstract class it is not necessary that all
the method has to be abstract .it can be only one method
that is abstract

Is This Answer Correct ?    15 Yes 18 No

Post New Answer

More Dot Net General Interview Questions

What is .net3.0 and .net3.5?

0 Answers  


What is a formatter in .net?

0 Answers  


Is .net an object oriented language? What are their components?

0 Answers  


Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


What is data type and how many types of data types are in .NET ?

0 Answers  


What are the advantages of .net core?

0 Answers  


What are the improvements made in cas in .net 4.0?

0 Answers  


What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


What is RCW (Run time Callable Wrappers)?

0 Answers  


What does mean by .net framework?

0 Answers  


How to customize the trace output?

0 Answers  


What is boxing and un-boxing in .net?

0 Answers  


Categories