Solve Object orientwd programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Solve Object orientwd programming

it's really hard for me to learn oop . can someone help

24th Apr 2017, 4:04 PM
HARIKRISHNAN javahar
HARIKRISHNAN javahar - avatar
7 Answers
+ 5
what is your question about oop
24th Apr 2017, 4:07 PM
Edward
+ 1
thanks
25th Apr 2017, 9:00 AM
HARIKRISHNAN javahar
HARIKRISHNAN javahar - avatar
0
dude is there a particular syntax for has-a, is-a or uses-a
24th Apr 2017, 4:23 PM
HARIKRISHNAN javahar
HARIKRISHNAN javahar - avatar
0
because u start with python
24th Apr 2017, 5:35 PM
DeleteMe
0
learn oop in c# its the easyest
24th Apr 2017, 5:35 PM
DeleteMe
0
Lynda.com has a great video on oop
25th Apr 2017, 5:01 AM
James
James - avatar
- 1
I'd say they are analogies to model data. has-a could mean that a class contains a member (single variable). is-a could mean that a class inherits from some superclass or implements some interface. BTW this is not specifically related to Python, but with OOP in general. http://stackoverflow.com/questions/2218937/has-a-is-a-terminology-in-object-oriented-language
24th Apr 2017, 4:50 PM
Álvaro