.net allows which inheritence

Answers were Sorted based on User's Feedback



.net allows which inheritence..

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

.net allows which inheritence..

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

.net allows which inheritence..

Answer / ish

.net is not allowed multiple inheritence. it allow multiple
interfaces

Is This Answer Correct ?    2 Yes 1 No

.net allows which inheritence..

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

.net allows which inheritence..

Answer / guest

multiple inheritance

Is This Answer Correct ?    2 Yes 4 No

.net allows which inheritence..

Answer / reha

Multiple inheritence

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

Can the unique key be null?

0 Answers  


What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


Which is the parent class of the ASP.NET server control?

0 Answers   Sans Pareil IT Services,


Tell me Asp.net Method Overriding.

3 Answers  


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,






After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Explain what the contents of cookie?

0 Answers  


What is asp.net futures?

0 Answers  


What is data reader in asp.net?

0 Answers  


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

0 Answers  


In a Repeater control how one can provide an alternating color scheme ?

0 Answers   Siebel,


What threading model used in asp and asp.net?

0 Answers  


Categories