Are attributes inherited c#?


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

Post New Answer

More C Sharp Interview Questions

Why cannot you specify the accessibility modifier for methods inside the interface?

0 Answers  


Can we override static class in c#?

0 Answers  


Is Multiple-inheritance supported by c#?

0 Answers   Siebel,


What will a loop recorder show?

0 Answers  


Can multiple catch blocks be executed?

4 Answers  


Explain the Abstract class in c#.net

0 Answers  


Can you explain template pattern?

0 Answers   QuestPond,


What is a method signature in c#?

0 Answers  


What does break do in loop?

0 Answers  


What?s the top .NET class that everything is derived from?

4 Answers   Hindawi, Siebel, Visual Soft,


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What are the advantages of using assemble language programming?

0 Answers   Ittiam Systems,


Categories