C# (CSharp) Flashcards
1
Q
What is O.O.P.?
A
2
Q
What are the pillars of O.O.P.?
A
3
Q
Encapsulation
A
4
Q
Polymorphism
A
5
Q
Abstraction
A
6
Q
Inheritance
A
7
Q
overloading vs. overriding a method
A
8
Q
virtual vs. abstract methods
A
9
Q
non-access modifiers
A
10
Q
access modifiers
A
11
Q
protected
A
12
Q
private
A
13
Q
internal
A
14
Q
public
A
15
Q
protected internal
A
16
Q
static
A
17
Q
readonly
A
18
Q
final (non-access modifier)
A
19
Q
try-catch
A
20
Q
runtime error vs. compile-time error
A
A compile-time error generally refers to the errors that correspond to the semantics or syntax. A runtime error refers to the error that we encounter during the code execution during runtime.
21
Q
What is CLR?
A