Buy Questpond's video subscriptions on
huge discount
.
Online: 1827
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 >
Post
An Article
An Interview Question
A Forum Post
A Career Advice Question
A Video
A Code
A Job
A Product Catalog
An Interview Experience
A Bookmark
A News
List of interview questions posted by Santosh.Impossible- Page 1
<< Back to Santosh.Impossible's profile
4 records found.
Category
Interview Questions Title
Posted
Views
C#
class Program { static void Main(string[] args) { Console.WriteLine(clsNewStatic.count); clsNewStatic.count = 20; Console.WriteLine(clsNewStatic.count); clsNewStatic t = new clsNewStatic(); Console.WriteLine(clsNewStatic.count); } } public class clsNewStatic { public static int count = 10; }
19-Jan-2011
9196
OOPS
public class Base { public virtual void foo(int x) { Console.WriteLine("Base foo(int)"); } } public class Derived: Base { public void foo(int x) { Console.WriteLine("Derived foo(int)"); } } class Program { static void Main(string[] args) { Derived d = new Derived(); int i = 10; d.foo(i); } }
19-Jan-2011
18991
ASP.NET
Is it possible to apply theme to a Master page?
04-Oct-2010
5414
C#
When inheriting from a base class, whether the derived class inherits the destructor and constructor from the base class?
22-Sep-2010
4880
Navigate to page:
1