FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new
Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?
EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????
PLEASE REPLY...
Answer Posted / satya
in Dotnet dn=new Dotnet(); here Dotnet dn creates a
reference variable(LHS) and new Dotnet(); creates an object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where do we use serialization in c#?
What is static classes in c#?
How is a loop recorder monitored?
How do destructors and garbage collection work in c#?
What do u meant by "SBI" of an object?
What is the use of readkey in c#?
What is deadlock in c#?
Does constructor return any value in c#?
What is uint64_t?
Why do we need interface in c#?
Give examples for value types?
Is php easier than c#?
What are the Types of values mode can hold session state in web.config
What is cookies in c# asp net?
Is c# an open source language?