You are viewing our Forum Archives. To view or take place in current topics click here.
Please someone who understands OOP help
Posted:

Please someone who understands OOP helpPosted:

Famer
  • New Member
Status: Offline
Joined: Dec 28, 201211Year Member
Posts: 33
Reputation Power: 1
Status: Offline
Joined: Dec 28, 201211Year Member
Posts: 33
Reputation Power: 1
I was just beginning to use C+ and a few other types of programming to get the hang of what I was doing. Until now because I've ran into a brick wall. I just cannot wrap my mind around how the programming such as the strings and commands go into the object. Like I understand if I have a program created and type a command what it hat does. But I don't get how people actually get the designs into the program then use the programming to make that object move. I guess what I'm asking is does the programming create anything or only command? And if it only commands on apps how do the developers get the animations onto it? Any help appreciated
#2. Posted:
7en
  • V5 Launch
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
I'd ask what the hell you're talking about, but I'm not even sure you know.

OOP can be a difficult concept to grasp, and personally I'd advise against learning it until you become familiar with your language of choice procedurally.

You're talking about a program with graphics? In object-oriented programming, the term 'object' does not relate even remotely to things you see on the screen, like a football or a gun. An 'object' can be a user, a database, anything you want. It's just an instance of a 'class'.

Without a pre-built engine or framework, graphics are actually incredibly complicated, never mind animations. Unfortunately, you are a looooooooooong way away from such things.
#3. Posted:
Linear
  • TTG Senior
Status: Offline
Joined: Dec 31, 201013Year Member
Posts: 1,255
Reputation Power: 41
Status: Offline
Joined: Dec 31, 201013Year Member
Posts: 1,255
Reputation Power: 41
OOP is one of the easiest paradigms to grasp.
>They're all easy.

I sugest you study it and re-ask your question.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.