How can I explain object-oriented programming to someone who's only coded in Fortran 77?
Posted
by
Zonedabone
on Programmers
See other posts from Programmers
or by Zonedabone
Published on 2012-10-21T16:28:25Z
Indexed on
2012/10/21
17:18 UTC
Read the original article
Hit count: 226
object-oriented
|fortran
My mother did her college thesis in Fortran, and now (over a decade later) needs to learn c++ for fluids simulations. She is able to understand all of the procedural programming, but no matter how hard I try to explain objects to her, it doesn't stick. (I do a lot of work with Java, so I know how objects work) I think I might be explaining it in too high-level ways, so it isn't really making sense to someone who's never worked with them at all and grew up in the age of purely procedural programming.
Is there any simple way I can explain them to her that will help her understand?
© Programmers or respective owner