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
170 lead net developer interview questions shared by candidates
Why cant we use static method in interface
General things like dependency injection, middleware, sql
General mvc ,oops related
Explain .Net framework Session handling in Asp.Net
Questions on oops, interface & abstract classe. Multiple inheritance, explicit interface implementation ect
OOPS Concepts, C#, MVC, SQL, Angular
how to calculate time complexity of a code?
Coding question : Get max 3 number form Array/List. and compound them ?
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 ?
Viewing 141 - 150 interview questions