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

Why multiple Inheritence is not used in C#?

Answer Posted / ashwi ni chavan

A
/ \
B C
\ /
D
here D get the 2 copy's of A first copy get from B then
second copy get from C .
In class D name collision problem occure means two method's
or data member has same name occure in D class.thats why get
confusion of that's method's this promblem is also called as
Diamond problem........this problem solved using the
interface concept .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override static class in c#?

949


Is string a primitive data type in c#?

909


What is the execution entry point for a c# console application?

1020


What is public void in c#?

1041


What is console writeline in c#?

931


What is the use of console readkey ()?

1076


How to exclude a property from xml serialization?

1062


Explain how many types of exception handlers are there in .net?

995


What is the difference between array and arraylist c#?

1161


What is whitespace in c#?

1153


Explain attributes in c#?

887


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

962


What is an example of delegation?

981


What does f mean in c#?

956


What does do in c#?

1053