English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-05 22:56:56 · 7 answers · asked by aarpit31 2 in Computers & Internet Programming & Design

7 answers

Methods are Fuctions defined in C++.

2006-12-06 02:45:33 · answer #1 · answered by Arpit 2 · 0 0

Methods are functions that operate on instances of classes in which they are defined. Objects can communicate with each other using methods and can call methods in other classes. Method definition has four parts. They are name of the method, type of object or primitive type the method returns, a list of parameters and the body of the method. A method’s signature is a combination of the first three parts mentioned above.

2006-12-06 08:27:35 · answer #2 · answered by V 5 · 0 0

Functions in C++ are called methods

2006-12-06 06:59:50 · answer #3 · answered by Sreejith Kumar P 2 · 0 0

Member functions in the correct C++ parlance, Methods are the correct OOP term for the samething.

2006-12-06 07:00:55 · answer #4 · answered by Andy T 7 · 0 0

Search the net for a C++ reference site - the answers to ALL your questions already exist on the net, ready to be read by anyone who can be bothered to search for them.

2006-12-06 06:58:35 · answer #5 · answered by Anonymous · 0 1

functions in C
Methods in C++

2006-12-06 11:27:39 · answer #6 · answered by chayablossom 2 · 0 0

Here you go
http://en.wikipedia.org/wiki/Method_(computer_science)
///

2006-12-06 07:00:34 · answer #7 · answered by jan 7 · 0 0

fedest.com, questions and answers