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(); } }
Net Lead Interview Questions
170 net lead interview questions shared by candidates
Why cant we use static method in interface
General things like dependency injection, middleware, sql
General mvc ,oops related
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 ?
Mis objetivos profesionales, a fin de ver el modo en que pudiéramos estar alineados en ese sentido desde el principio.
Viewing 141 - 150 interview questions