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

give the feature of .net2.0 over .net1.1

Answer Posted / encapsulation

(I) Can you explain strategy pattern?

Strategy pattern are algorithms inside a class which can be
interchanged depending on the class used. This pattern is
useful when you want to decide on runtime which algorithm
to be used.

Let's try to see an example of how strategy pattern works
practically. Let's take an example of a math's calculation
where we have strategies like add and substract.
Figure 'Strategy in action' shows the same in a pictorial
format. It takes two numbers and the depending on the
strategy it gives out results. So if it's an addition
strategy it will add the numbers, if it's a substraction
strategy it will give the substracted results. These
strategies are nothing but algorithms. Strategy pattern are
nothing but encapsulation of algorithms inside classes.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How route table has been created in asp.net mvc?

1039


What is razor code?

1139


What is the use of razor view engine?

1019


What is the difference between viewbag and viewdata in asp.net mvc?

1176


What are sections?

1200


What are html helpers in asp.net mvc?

1083


Explain the types of Scaffoldings.

1134


List out few different return types of a controller action method?

1097


what is minimum requirement for entity framework applications to run?

1197


Explain unit test done by tester on development team?

1047


Explain the 'page lifecycle' of an ASP.NET MVC?

1189


Can I add asp.net mvc testcases in visual studio express?

1132


How to enable Attribute Routing?

1169


What is the difference between viewbag and viewdata in mvc?

1016


How we can register the Area in ASP.Net MVC?

1143