Hi,
Can anyone help me on this,
I have a class in c#
Class ABC()
{
}
1. If I create an object with class ABC, ABC ob=new ABC(), What will happened in memory.
2. If I create an object with class ABC, ABC ob;, What will happened in memory.
3.What is the difference between these two?
regards
krrish