Is a games console a computer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about Destructor method?
what is object-oriented programming (oop) language?
Can properties be private in c#?
Can we declare private class in c#?
What is the Difference between value and reference type?
what is Encapsulation?
what is the purpose of interface in c#.net
What is a protected class in c#?
Is collection a data structure?
What are custom attributes in c#?
What is nullable types in c#?
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...