Skip to content

Commit c030400

Browse files
Update README.md
1 parent 7b5f7af commit c030400

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
# OOP-week-1-to-8-code
22

3-
Point class : point object with parameterized , null and copy constructor
3+
Point class : point object with parameterized , null and copy constructor <br />
44

55
Relationships : Association , Aggregation , Composittion and inheritance code <br />
66

7-
Q10 : Shopping Mall Elevator and button UML
7+
Q10 : Shopping Mall Elevator and button UML <br />
88

9-
Week 1 : basic Structs and enums syntax
10-
9+
Week 1 : basic Structs and enums syntax <br />
1110

1211
Week 2 : <br />
1312
Bar , Foo file : basic control flow logic from quiz week 1 or 2 <br />
14-
Date : simple date class
13+
Date : simple date class <br />
1514

1615
Week 3 :<br />
1716
m file ( important ) : polymorphism method calling logic ( try calling Class A,B ,C objects or create a object with another object reference and see which methods are called ) <br />
18-
m2 file : '+' operator overloading of complex class
17+
m2 file : '+' operator overloading of complex class <br />
1918

20-
Week 4 :
19+
Week 4 : <br />
2120
These questions are from OOP quiz week 3-4 <br />
2221
Q4 file ( important ) : polymorphism method calling logic and dynamic polymorphism<br />
2322
Q6 : see how to use friend function and operator overloading<br />
@@ -32,7 +31,7 @@ Fib3 : memorization , use hashmap to calculate a big fibonachi sequence <br />
3231
Fib4 : iterative approach : use a for loop to calculate fibonachi sequence <br />
3332

3433
Week 7: <br />
35-
Fibbonachi code in the Class/object form
34+
Fibbonachi code in the Class/object form <br />
3635

3736
Week 7 Tasks from quiz ( imp) : <br />
3837
Inheritance and composition: <br />
@@ -47,6 +46,7 @@ Q2-) Understand how pointers work <br />
4746
Q3 and Q3b ) Thing class : See how the objects are created and destroyed when they go out of scope <br />
4847
Q4a and Q4b) Lamp class : learn how to use 2 states of lamp ON/OFF using enum . <br />
4948
Q8) See the order of constructor and destructor in a for loop <br />
49+
DestructorOrder file : Observe how constructors and destructors are inherited and observe there lifecycle. check the destructor with and without Virtual keyword
5050

5151

5252

0 commit comments

Comments
 (0)