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 Interface and Abstraction (in real time scenario)

Answer Posted / pratap kumar jna

Interface:
1.Through interface we achive the multiple inheritance...i
meeans one class can implmemnts multiple interface.
2.Interface only contains abstract method means only
signature part..

LIKE int method1(int x,int y);

3.we achive actual run time polymorphism....

ABSTRACT :

Abstract class contain abstract and concrate mthod..

class can inhrit only one abstarct class..

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by abstract class in c#?

1023


Is datetime immutable c#?

977


how to prevent a class from being inherited in c#.net?

1034


Are structs value types or reference types?

1122


What is stringwriter c#?

864


Ho we can see assembly information?

1004


Explain the advantage of using system.text.stringbuilder over system.string?

937


Why to use “using” in c#?

1141


What is data quality assurance?

950


What is default value of bool in c#?

1001


What is signature c#?

981


Why do we use methods in c#?

943


Are private members inherited in c#?

1017


What is the main purpose of delegates in c#?

1020


Can a sealed class be used as a base class?

1024