Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Differentiate between the message and method. C++
Differentiate between the message and method. C++
✍: Guest
Message:
* Objects communicate by sending messages to each other.
* A message is sent to invoke a method.
Method
* Provides response to a message.
* It is an implementation of an operation.
2012-01-09, 3091👍, 0💬
Popular Posts:
How To Run "mysql" Commands from a Batch File? - MySQL FAQs - Command-Line End User Interface mysql ...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...