Is it VB.NET support operator overloading?
Answers were Sorted based on User's Feedback
Answer / xianfeng
Yes, look at http://msdn.microsoft.com/en-us/library/ms379613(VS.80).aspx
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kishanprasad
Yes, Operator Overloading is supporting by .net2005 version
Is This Answer Correct ? | 2 Yes | 0 No |
What are mixers used for?
#include<stdio.h> int main(){ int a=5; printf("%d %d %d",a++,a++,++a); return 0; }..please explain me output 7 6 8..Thnx in advance
1)what is output for the following program. #include<stdio.h> main() { int *p,*q,i; p=(int *)100; q=(int *)200; i=q-p; printf("%d",i); } a)100 b)25 c)0 d)compile error
hi, please send me "state bank of india", last 5 years question paper with answers to my mail id.
What is STP
How will I MOve Comp-1 variable into next variable without using Move statement?
for us visa interiew which file i have to carry(for example :folder file,gip file or other).please give me the answer .becoze the us consulate asks my documents, tommorow morning my interview so please grant me answer
WHERE CAN I GET SQL SERVER NOTES SOFT COPY?
find the next number:60 24 7 4
how to increase the water ring vacuum pump efficiency?
the game of tic-tac-toe is being played between two players. only the last mark to be placed in the game. who will win the game?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).