Please enable JavaScript.
Coggle requires JavaScript to display documents.
C# Interview Questions 1 - Coggle Diagram
C# Interview Questions 1
class
-
-
object
instance
OOP fundamentals
-
Abstraction
identify 🔭
characteristics
-
Inheritance
class
new classes
parent behavior
accessed
-
extended
Polymorphism
-
-
namespace
organize :card_file_box:
code
ID in groups
-
interface
class
NO implementation
-
abstract class
never instanciated
-
+1 method
static class
no inheritance
Exception Handling
blocks
try
code to check
catch
throw
exception if error
finally
always