Buy Questpond's video subscriptions on
huge discount
.
Online: 3274
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 we call a base class method without creating instance ?
Posted by
Bharathi Cherukuri
on 4/23/2012 | Category:
C# Interview questions
| Views: 25726 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Yes,It is possible,
1) If it is a static method.
2) By inheriting from that class.
3) From derived classes using base keyword.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
In which cases you use override and new base ?
Next > :
Can you inherit from multiple base classes in C# ?
Comments or Responses
Login to post response
More Interview Questions by Bharathi Cherukuri
Can you inherit from multiple base classes in C# ?
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 ...
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 ...