Skip to content

Commit c75c1bf

Browse files
committed
Started notebook 3
1 parent ef4c4a7 commit c75c1bf

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

notebooks/Untitled.ipynb

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Session 3: Making your own classes - Methods, Events, Operators\n",
8+
"\n",
9+
"We learned in our last session about how to make classes with properties, constructors, and fields. We're going to continue adding features to our classes so that we can act on our classes and receive notifications about our classes.\n",
10+
"\n",
11+
"## Methods\n",
12+
"\n",
13+
"Previously, we wrote constructors to allow you to create "
14+
]
15+
}
16+
],
17+
"metadata": {
18+
"kernelspec": {
19+
"display_name": ".NET (C#)",
20+
"language": "C#",
21+
"name": ".net-csharp"
22+
},
23+
"language_info": {
24+
"file_extension": ".cs",
25+
"mimetype": "text/x-csharp",
26+
"name": "C#",
27+
"pygments_lexer": "csharp",
28+
"version": "8.0"
29+
}
30+
},
31+
"nbformat": 4,
32+
"nbformat_minor": 4
33+
}

0 commit comments

Comments
 (0)