Buy Questpond's video subscriptions on
huge discount
.
Online: 3184
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
Can you inherit from multiple base classes in C# ?
Posted by
Bharathi Cherukuri
on 4/23/2012 | Category:
C# Interview questions
| Views: 3989 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
No. C# does not support multiple inheritance, so you cannot inherit from more than one base class. You can however, implement multiple interfaces.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Can we call a base class method without creating i ...
Next > :
What happens when you encounter a continue stateme ...
Comments or Responses
Login to post response
More Interview Questions by Bharathi Cherukuri
What happens when you encounter a continue statement inside for loop ?
IS goto statement supported in C# ? How about Java ?
Is there an equivalent of exit() or quiting a C#.NET application ?
Is it possible to restrict the scope of a field/method of a class to t ...
IS it possible to have different access modifiers on the get/set metho ...
Does C# has its own class library ?
Is it possible to debug the classes written in other .Net languages in ...
Where we can use DLL made in C#.Net ?
Latest Interview Questions
What is metadata?
Difference between Finalize() and Dispose()?
What is Identity?
Is there a way to decrypt stored procedure?
How to get the nth row value of a table.
How to get record of nth row of a table ?
What is sp_config command?
Which of the following attributes should you add to a class to enable ...
More ...