What are the Different kinds of methods?

Answers were Sorted based on User's Feedback



What are the Different kinds of methods? ..

Answer / a.mustaq ahmed

these are of two types
1.Concrete:which have implementation.
2.Abstract:which doesn't have any functionality.

Is This Answer Correct ?    15 Yes 5 No

What are the Different kinds of methods? ..

Answer / sarathi soja

Instance methods,abstract method,static methods,sealed
methods,virtual method

Is This Answer Correct ?    11 Yes 3 No

What are the Different kinds of methods? ..

Answer / manish

All of you are right!
However one more categorization can be done depending on
RETURN of METHOD.

INTERROGATIVE - HAS SOME RETURN value (FUNCTIONS in VB.NET)
IMPERATIVE - NOTHING TO RETURN BUT JUST SOME EXECUTION (SUB
in VB.NET and VOID RETURN TYPE METHODS IN C#)

Is This Answer Correct ?    6 Yes 3 No

What are the Different kinds of methods? ..

Answer / jayesh

[1] Static Mathod
[2] instance method

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More C Sharp Interview Questions

Why do we use interfaces in c#?

0 Answers  


What is difference between value and reference types?

5 Answers   Accenture,


What are different properties provided by Object-oriented systems?

2 Answers  


What is binding in c#?

0 Answers  


Oops concepts ?

2 Answers   Accenture, Digital GlobalSoft,






Can we inherit static class in c#?

0 Answers  


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


What is difference between first and firstordefault?

0 Answers  


Constructor to an arbitrary base constructor?

0 Answers  


Why static constructor is parameterless in c#?

0 Answers  


What is Named parameter in C#?

0 Answers  


What is addressof operator?

0 Answers  


Categories