Is OO-programming really as important as hiring companies place it?
Posted
by
ale
on Programmers
See other posts from Programmers
or by ale
Published on 2011-07-04T10:28:55Z
Indexed on
2012/03/28
5:41 UTC
Read the original article
Hit count: 272
object-oriented
|job-market
I am just finishing my masters degree (in computing) and applying for jobs.. I've noticed many companies specifically ask for an understanding of object orientation. Popular interview questions are about inheritance, polymorphism, accessors etc. Is OO really that crucial? I even had an interview for a programming job in C and half the interview was OO.
In the real world, developing real applications, is object orientation nearly always used? Are key features like polymorphism used A LOT? I think my question comes from one of my weaknesses.. although I know about OO.. I don't seem to be able to incorporate it a great deal into my programs.
I would be really interested to get peoples' thoughts on this!
© Programmers or respective owner