Teaching a mainframe COBOL programmer Java?
Posted
by Jared
on Stack Overflow
See other posts from Stack Overflow
or by Jared
Published on 2008-09-30T16:56:58Z
Indexed on
2010/05/14
13:54 UTC
Read the original article
Hit count: 264
I’m trying to help someone learn Java who’s only programming experience is COBOL on the mainframe. I was wondering if anyone knew any good resources for object oriented concepts. I learned how to program with C++ so just understand the theory behind basic OOP. I’m more concerned about a way to get the basic concepts across, such as encapsulation and inheritance rather then Java syntax. I think it’d be better to teach the concepts of OOP then a language rather then trying to cram both a new language and paradigm in at the same time. Does anyone have any resources or ideas that could help this person learn OOP followed by Java?
© Stack Overflow or respective owner