can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?
4 7415
What is “using” statement in c#?
What is a variable in c#?
Does c# replace c++?
What exactly happens when we debug and build the program?
Why is it important to override gethashcode when equals method is overridden?
write a c# program add two matrix with input number ?
What is property in c#?
What is string empty?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
List the fundamental oop concepts?
Why do we still see so much non-oo code written in c# today?
Is string nullable c#?
Explain the difference between event and a delegate in c#?
Can you specify nested classes as partial classes?
What is the adv of using System.Text.StringBuilder over System.String?