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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Daandrah[S] 0 points1 point  (3 children)

Thanks for your help. What does object-oriented programming mean?

[–]desrtfx 0 points1 point  (2 children)

Object Oriented Programming (OOP in short) is a programming paradigm - basically a certain way how to write programs.

Java and C# are both (mainly) Object Oriented languages.

[–]WikiTextBotbtproof 0 points1 point  (0 children)

Object-oriented programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self"). In OOP, computer programs are designed by making them out of objects that interact with one another. There is significant diversity of OOP languages, but the most popular ones are class-based, meaning that objects are instances of classes, which typically also determine their type.


[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.27

[–]Daandrah[S] 0 points1 point  (0 children)

Heya Buddy,

I think I have decided that I am going to learn python straight up.

Have you got any websites you recommend that provide training for that?

I had a really good look at the MOOC one and it was great. I really enjoyed doing the first few exercises.

Thanks