output of below code class A { public void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public new void show() { Console.WriteLine("Hello: Derived Class!"); Console.ReadLine(); } }
Lead Net Developer Interview Questions
1,769 lead net developer interview questions shared by candidates
Why cant we use static method in interface
General mvc ,oops related
OOPS Concepts, C#, MVC, SQL, Angular
Questions on oops, interface & abstract classe. Multiple inheritance, explicit interface implementation ect
Mis objetivos profesionales, a fin de ver el modo en que pudiéramos estar alineados en ese sentido desde el principio.
Mis expectativas profesionales a fin de que estuviéramos alineados en todo momento en el plan de carrera.
1. Tell me about yourself. 2. Why are you looking to change your job? 3. What did you work on for 2 years? Describe the projects that you have worked on? 4. What is the relation between Classes and Objects? 5. What are the advantages of .Net? 6.Write an algorithm and program to determine whether or not a word is a palindrome. 7. What is the difference between Abstract Classes and Interfaces. 8. What is a Common Language Specification? 9. What is Polymorphism? When will you use it and how. 10. What are the different types of JIT’s? 11. How to prevent my .NET DLL to be decompiled ?
how to calculate time complexity of a code?
Coding question : Get max 3 number form Array/List. and compound them ?
Viewing 1741 - 1750 interview questions