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
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is difference between an Structure and Class?
What is the base class from which all value types are derived?
What is predicate c#?
Explain the difference between a sub and a function in c#.
How to assign Null value to Var?
What is the difference between function and method in c#?
What is asp net c# corner?
Is visual c# free?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is use of a HashTable in .NET?
Define mutex in C#?
What is the difference between protected and internal in c#?
How does foreach loop work in c#?
Why we use oops in c#?