ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
About multi level and multiple inheritance how to achieve in
.net ?
 Question Submitted By :: Deepa
I also faced this Question!!     Rank Answer Posted By  
 
  Re: About multi level and multiple inheritance how to achieve in .net ?
Answer
# 1
.net supports directly to the multi level 
inheritance.but .net doesnot support the multiple 
inheritance directly instead of that we use interface used.

for example,multilevel inheritance

class a 
{
 -----
 -----
 -----
}

class b : a
{
 -----
 -----
 -----
}

class c : b
{
 ----
 ----
 ----
}

multiple inheritance - interface
--------------------------------
interface a
{
 -----
 -----
 -----
}
 
Is This Answer Correct ?    1 Yes 0 No
Senthil Kumar
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?  1
What?s the difference between System.String and System.StringBuilder classes?  1
When static constructor is invoked? TCS3
Why is it a bad idea to throw your own exceptions?  2
how to use msflexgrid in asp.net Unichem1
how to access the virtual method without creating the objet for the virtual method?  1
Can we write one page in c# and other in vb in one application ? Keane-India-Ltd3
Explain ACID rule of thumb for transactions.  1
What r collections c sharp?  2
Valuetype/reference type? Microsoft6
What?s the difference between System.String and System.StringBuilder classes?  1
How do you inherit from a class in C#? Visual-Soft2
what is webapplication? what is windows application? what is the extension for both . in what purpose we r using webapplication. in which situation we r using windowns application  1
Will finally block get executed if the exception had not occurred?  1
Difference between dispose and destructor? TCS1
what's the Difference between DataView and DataTable?  6
wt is namespace? wt is the use?  10
main concept of c sharp  2
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits? Microsoft2
What?s the difference between an interface and abstract class? Patni2
 
For more C Sharp Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com