Answer Posted / penchal das
super class is base class where we can call that method from
any where in that class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do we need structs in c#?
How to find type of variable?
What is the default value of guid in c#?
What is the default value of decimal in c#?
Why do we need abstraction in c#?
What is the difference between out and ref in c#?
Is a c# interface the same as a c++ abstract class?
Why do we use virtual methods in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What is the advantage of constructor?
How will you deploy the dll file in gac?
What is the difference between CONST and READONLY?
How is the syntax written to inherit from a class in C#?Give an example ?
How can i Spawn a Thread
How do I use the 'using' keyword with multiple objects?