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

Explain publishers and subscribers in events.

0 Answers  


What is an assembly in dotnet?

0 Answers  


Why should I use interface in c#?

0 Answers  


Explain hash table in c# ?

0 Answers  


What is the use of parse in c#?

0 Answers  


Why do we use abstract class in c#?

0 Answers  


What is the difference between parse and tryparse in c#?

0 Answers  


Why is it not a good idea to use empty destructors?

0 Answers  


what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


What do you mean by serialization in .NET?

0 Answers   Accenture,


What are lambda expressions used for?

1 Answers  


Which CSS property can be used for controlling the stretchiness of a control?

1 Answers   TCS,


Categories