InterviewCity.com

Interview, Interview Questions, Job Interview, Interview Answers, How to Interview,Interview Tips, Interview Process, Common Interview Questions, Interview Guide, Interview Preparation, Technical Interview

Saturday, May 12, 2012

Interview Questions: Implement Same Name Method of two Interfaces in a Class using C#

›
This is most famous question in OOPs programming. if you have two interfaces and driving a class and these two interfaces have the same name...

Inheriting and Method using with Multiple Interfaces in C#

›
The multiple inheritance can be implemented in C# by using the interfaces only. You can inherit a class from multiple interfaces but can inh...

Interview Questions: Handle the Exception and Execute Sequential Statement after the Exception in C#

›
If you want to execute the sequential statement even if a exception occur, use try and catch block and handle the exception or even do not w...

Interview Questions: How to Print 1 to 20 Numbers without using any loop in C#

›
One popular question in interview is that how to print a sequence with out using any loop. The simplest way is use the recursion to print th...
Wednesday, June 1, 2011

Can we have Non Abstract Method in Abstract Class in C#

›
Yes, you can have non abstract methods in abstract class. Along with non abstract methods you can also have abstract methods in abstract cla...
›
Home
View web version
Powered by Blogger.