Answer Posted / ashok
that Allocates memory at runtime instead of compile time
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What does return do in for loop?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
Is a c# interface the same as a c++ abstract class?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Why do we use virtual methods in c#?
What is default value of bool in c#?
What is class in oops with example in c#?
Why main is static in c#?
Are objects passed by reference in c#?
What's the difference between class and object?
What is a framework in c#?
In which way you can convert a value-type to a reference-type?
What is scaffolding in c#?
What are value types and reference types?
What are c# i/o classes? What are the commonly used i/o classes?