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 can we Achieve Late binding in C#.Can any give one example.

Answer Posted / sukriya

Polymorphism is the way of achieving late binding in csharp.
class A{}
class B:A{}
class Main
{
A a=new B();
}

Is This Answer Correct ?    25 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define constructors

1007


What is executenonquery c#?

931


Write a program in c# to find the angle between the hours and minutes in a clock?

987


Why do we need constructors?

953


What is interface c#?

916


What is the use of properties window?

1041


Why are strings in c# immutable?

987


What is the difference between c and c# programming?

1016


Why we use methods in c#?

1017


Is it possible to have a static indexer in c#? Allowed in c#.

996


What is gui in c#?

1020


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

1009


Explain about c# language.

1110


What is the difference between returning iqueryable vs ienumerable?

1035


What is a collection class in c#?

963