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

Tell me the scenario,Where we can use interfaces or
Abstract class.And What is the difference between
interfaces and abstract class?

Answer Posted / bhavani

The whole reason you have a special Interface type-category
in addition to abstract base classes in C#/Java is because
C#/Java do not support multiple inheritance.

C++ supports multiple inheritance, and so a special type
isn't needed. An abstract base class with no non-abstract
methods is functionally equivalent to a C#/Java interface.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between inheritance and polymorphism?

1166


What is basic concept of oop?

1224


why reinterpret cast is considered dangerous?

2450


What is an advantage of polymorphism?

1136


What are the 4 pillars of oop?

1206


What is interface in oop?

1187


What is polymorphism and its types?

1129


what type of question are asked in thoughtworks pair programming round ?

2269


Explain the concepts involved in Object Oriented programming.

1317


What does it mean when someone says I oop?

1123


Why is oop useful?

1172


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2596


How Do you Code Composition and Aggregation in C++ ?

25615


What is destructor give example?

1119


Where You Can Use Interface in your Project

1939