What is the Difference between imperative and interrogative
code?
Answers were Sorted based on User's Feedback
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 |
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 |
Is multilevel inheritance possible in c#?
If I want to override a method one of class A and in class b then how do you declare?
Explain Constructor and destructor?
Describe ways of cleaning up objects.
Can you inherit from multiple classes in c#?
how to convert String array to StringBuilder array or vice versa?
Can we inherit an interface in an abstract class?
What is definition in c#?
What is a static field?
How do you implement Inheritance in dot net ?
Is c# good for web development?
WHAT ARE Design Patterns USING IN DOTNET
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)