Skip to content

A workshop I did in the context of Introduction to Programming course at Istanbul University - Cerrahpaşa 02.04.2019 πŸ‘©β€πŸ«

Notifications You must be signed in to change notification settings

asmaamirkhan/ObjectOrientedProgrammingWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚩 Introduction to Programming Workshop

A repo that contains details about the workshop that I have joined as a technical trainer at Istanbul University-Cerrahpaşa

Workshop Date: 02.04.2019 πŸ“…

πŸ“ƒ Summary

As Computer Club at Istanbul University (İÜBK), a 2-hour workshop was organized with the participation of 56 students on 02.04.2019 within the context of the "Introduction to Programming" course. I joined the workshop as a trainer, I explained the important concepts of "Object Oriented Programming" and did code exercises about these concepts.

See the post on LinkedIn πŸ€— and on Istanbul University Computer Engineering Web Site πŸ‘©β€πŸŽ“

⁉ What have we done?

We have implemented the class of Matrix with its functions operations in C++.

Technically, to be able to implement it we have used object oriented programming concepts ✨, such as classes, class members and since matrix operations are relatively complicated we improved problem solving skill as well.

πŸ”Ž Which concepts have we mentioned?

  • Class Definition
  • Class Member Functions & Class Access Modifiers
  • Class Constructor, Destructor and Copy Constructor
  • Friend Functions
  • this Pointer
  • Operator Overloading
  • Inhertance
  • Data Encapsulation
  • Exception Handling

πŸ“š Resources

🀝 Contact or Support

Find me on LinkedIn and feel free to mail me, Asmaa πŸ¦‹

About

A workshop I did in the context of Introduction to Programming course at Istanbul University - Cerrahpaşa 02.04.2019 πŸ‘©β€πŸ«

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages