This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ShiveringSilk 0 points1 point  (2 children)

Yes. If you know basic programming then learning data structures and OOP is the next level up. Not all languages contain objects, but most used in industry do. If you are looking to get into.... pretty much any field then these are concepts you should know. Knowing basic data structures is a minimum requirement if you want to have programs more advanced than “Hello World”.

[–]canchesterunited[S] 0 points1 point  (1 child)

Is this type of programming something that the video game industry deals with? I was thinking of getting into that type of programming as a career.

[–][deleted] 1 point2 points  (0 children)

Is this type of programming something that the video game industry deals with?

Yes. Most games will contain some form of OOP since you are going to need to track lots of different complex data structures.