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 the Difference between imperative and interrogative
code?

Answer Posted / nayana

Some methods return values or provide information back to
the calling code. These are called interrogative methods.
Others, called imperative methods, just perform a service
and return nothing to the calling code.
In VB.NET, methods are implemented using Sub (for
imperative methods) or Function (for interrogative methods)
routines within the class module that defines our object.
Sub routines may accept parameters, but they don't return
any result value when they are complete. Function routines
can also accept parameters, and they always generate a
result value that can be used by the calling code.

Is This Answer Correct ?    26 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose two interfaces have same method, so how will you implement these methods in derive class?

908


How many destructors can a class have?

976


What is using in c#?

805


What do you use c# for?

874


How will you deploy the dll file in gac?

883


What is a cshtml file?

989


Are c# constructors the same as c++ constructors?

896


What is getenumerator?

803


What is a long in c#?

938


What is an array? Give the syntax for a single and multi-dimensional array?

846


What is an assembly in .net?

939


Are c# strings null terminated?

966


Explain how do you directly call a native function exported from a dll?

875


What is parse method in c#?

855


What is gridview c#?

863