Tuesday, 2 August 2011

WHAT IS A METHOD IN PROGRAMMING?

In programming, method is a subroutine with a class.method tell us the behavior exhibited by the instances of the class during the run time.There are 3 types of special methods
1) constructor
2) destructor
3) copy assignment operator

these are the special type of methods and they are language dependent. they may be built in the compile.

No comments:

Post a Comment