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
Why delegates are required?
What are the advantages of clr procedure over t-sql procedure?
what is the difference between interface and multiple interface?
What is the purpose of namespace in c#?
What is difference between method overriding and method overloading?
What is ioc containers c#?
What is the difference between dynamic and var in c#?
How many types of variables are there in c#?
What is difference between private and protected in c#?
What are virtual classes in c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
Define Virtual folder?
What is the difference between ref & out parameters in c#?
Why delegates are type safe in c#?
Explain about CTS?