Answer Posted / senthil kumar
Its not feasible to inherit the private class variable to
the successor classes.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write the syntax for catching an exception in c#?
What does dbml mean in texting?
What is the difference between finalize() and dispose() methods?
Is ram a heap?
What is an escape sequence? Name some string escape sequences in c#.
What is extended class in c#?
What is an assembly qualified name
What is an example of delegation?
What are access modifiers used for?
What is a partial method?
What is difference between string and stringbuilder in c#?
What is executereader in c#?
What is the difference between writeline and write in c#?
What do you mean by shared assembly?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?