C# online test
True
False
True
False
Yes
No
Only non-static variables
Only static variables
Both static and non-static variables
It wont access any variables
None of the Above
Before the Creation of Object
After the Creation of Object
At the time of object Creation
We need to Call Explicitly by Class Name
None of the Above
Classname objectname = new classname
Classname objectname = new classname()
Classname = new classname();
Classname objectname = new classname(objectname)
Classname objectname = new classname();