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
Explain the term inheritance in C#.
Explain About namespaces
What are delegates and why are they required?
How do I create a multilanguage, single-file assembly?
What is transparent caching with aop ?
Why do we need static class in c#?
What is a statement c#?
Define Final Class in C#
List out two different types of errors in c#?
What are extensions methods in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is oledbconnection c#?
What are callback methods in c#?
Define using statement in c#?
How many types of constructors are available in c#?