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
How to implement an object pool in c#.net.
without modifying source code if we compile again, will it be generated MSIL again?
What is .net console?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What does the initial catalog parameter define in the connection string?
What is a linked list c#?
What is the use of command builder?
Name which controls do not have events?
What are instance fields in c#?
What is console read in c#?
What are constructors in c#?
Does c# support #define for defining global constants?
Explain synchronous and asynchronous operations?
What is the difference between private and protected in c#?
What is a c sharp?