.net allows which inheritence
Answers were Sorted based on User's Feedback
Answer / u.janki rao
Not Exactly .NET but the languages which supports .Net
Allows all(single/simple, heirarchical,multilevel)
inheritence excepts multiple inheritence.For multiple
inheritence interfaces can be implemented.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kamlesh sharma
.net allow multilavel inheritance(not multiple inheritance)
bit we can implement multiple inheritance through interfaces
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ish
.net is not allowed multiple inheritence. it allow multiple
interfaces
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Out of ASP or ASP.NET which one is stateless?
What does a switch do?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.
Explain login control and form authentication.
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is validation in asp.net?
what are the web form events available in asp.net?
Is web config mandatory?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Can more than one person use the same login?