Is multilevel inheritance possible in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain the three test cases in unit testing?

0 Answers   Siebel,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Describe a Struct ?

0 Answers   Siebel,


Can we inherit private members of class in c#?

0 Answers  


Tell me the difference between call by value and call by reference.

0 Answers   NIIT,


Hello.. This is kali prasad. i wish to learn C#. kindly guide me in making me expert in c#.

2 Answers  


What is the difference between “finalize” and “finally” methods in c#?

0 Answers  


What is typeof undefined?

0 Answers  


Does the system.exception class have any cool features?

0 Answers  


What is difference between internal and protected internal in c#?

0 Answers  


What to implement on my class Finalize or IDisposable

0 Answers   HCL,


What is a custom attribute?

0 Answers  


Categories