OPython-Init icon indicating copy to clipboard operation
OPython-Init copied to clipboard

Want to improve README.md

Open kkkkkabir opened this issue 5 years ago • 2 comments

The README.md is a bit low on what the course is all about. I guess telling a bit about object-oriented programming in the start itself will give newbies a heads up on what they are diving into.

kkkkkabir avatar Aug 12 '20 08:08 kkkkkabir

Can we add: Object Oriented Programming helps us to keep data and the functions which will handle the data together. We need to keep in mind a class keeps related information together, unrelated information needs to be in a separate class. For example: User and Product needs to be separate classes though a User instance may call functions of a Product instance.

rblcoder avatar Mar 04 '22 11:03 rblcoder

Hello,

We need to add introduction to Object Oriented Programming as well as an Index linking different examples.

siddharthaD avatar Oct 14 '22 11:10 siddharthaD