Skip to content

Commit

Permalink
Update questions-4545.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon authored Nov 30, 2023
1 parent 9991a14 commit 033946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module6/interviews/questions-4545.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can ask these questions in any order. There are some questions each week th
* Describe the 4 Pillars of OOP
* What is HTTP and give a brief definition?
* Explain Routing in .NET Core MVC?
* What happens if the implmented interfaces have conflicting method names? For example, what would happen if class A implements from IB and IC, and each class has a method `DoThing()`.
* What happens if implemented interfaces have conflicting method names? For example, what would happen if class A implements from IB and IC, and each class has a method `DoThing()`.
* What is an enum in C#?
* Difference between the Equality Operator (==) and Equals() Method in C#
* Describe your background. How did you get to where you are now? Why coding?
Expand Down

0 comments on commit 033946e

Please sign in to comment.