.net allows which inheritence
Answer Posted / r. venkatesh
.net doesnt allow multiple inheritence and in c++ it allow
multiple inheritence..for this purpose in .net introduces
concept called interfaces..so in .net it uses interfaces
instead of multiple inheritence..
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why Unload event of MasterPage Calls first in ASP.net ?
What are the two Layouts supported by a Web form in ASP.NET?
What does mean by a neutral culture?
How can you implement the postback property of an asp.net control?
What is Model-View-View Model?
What is the purpose of url encoding?
What is inproc mode in session?
Where is asp.net session stored?
What are the difference between overriding and overloading?
What is session id in web application?
What is the good practice to implement validations in aspx page?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is redirecting behavior?