Answer Posted / vasu
All array types are implicitly derived from System.Array,
which itself is derived from System.Object. This means that
all arrays are always reference types which are allocated
on the managed heap.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the characteristics of c#?
What is a template class?
What is overloading with example?
What is public or shared assemblies ?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is _layout cshtml?
What is the xml document structure?
Does c# have its own class library?
What is the difference between const and static read-only?
What is the .NET collection class that allows an element to be accessed using a unique key?
Explain the feature of c# language?
Can you declare struct members as protected?
What are the Types of optimization and name a few and how do u do?
What is the difference between method and function in c#?
What does public mean in c#?