Answer Posted / suresh v
The class from which we cannot create a new class is called Sealed class.Inheritance will be stopped by using Sealed Classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to manage different kinds of sessions in ASP.NET?
What is active web page?
What is server side session?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Explain exception handling in .net.
What is server infrastructure & server components?
How does a content page different from a master page?
Give 2 examples for scenarios when routing is not applied?
What is the latest version of asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are the event handlers that we can have in global.asax file?
Is asp.net 64-bit enabled? How?
What are the advantages of asp.net?
Why viewstate is used in asp.net?
How do you store a value in viewstate and retrieve them?