If I want to override a method one of class A and in class b then how do you declare?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

i want the csharp questions&answeres

0 Answers   IBM, Siemens,


How main method is called in c#?

0 Answers  


What are delegates in C#?

0 Answers   Winsol Solutions,


What is binding in c#?

0 Answers  


What is the use of delegates in c#?

0 Answers  






What is an extension method in c#?

0 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


why sturcture ? why class?why you prefer structure and in which cases u go for class?

1 Answers   Microsoft,


write a C# Program add two matrix ?

0 Answers   Wipro,


How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?

2 Answers  


How u call destructor and dispose methode in c#.NET

1 Answers  


Categories