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?

Answers were Sorted based on User's Feedback



What is the Difference between imperative and interrogative code?..

Answer / 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

What is the Difference between imperative and interrogative code?..

Answer / kamlesh sharma

imperatice funcition which returns a value and
interrogative function does not return any value

Is This Answer Correct ?    3 Yes 22 No

Post New Answer

More C Sharp Interview Questions

What is mvc pattern in c#?

0 Answers  


What is the default value of boolean variable?

0 Answers  


How does a function pointer returns a function pointer?

3 Answers   Wipro,


Does c# supports destructors?

9 Answers   Choice Solutions,


What is the difference between an implicit conversion and an explicit conversion?

0 Answers  


What is expression c#?

0 Answers  


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

0 Answers  


What is the use of inheritance in c#?

0 Answers  


What is uint64?

0 Answers  


What does using do in c#?

0 Answers  


If you want to write your own dot net language, what steps you will u take care?

0 Answers  


Why do we need nullable types in c#?

0 Answers  


Categories