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, 3051👍, 0💬
Popular Posts:
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
Can you have virtual functions in Java? Yes, all functions in Java are virtual by default. This is a...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...