Originally posted by: tfinch2
I need a list of the different terms used in each paradigm of programming that are interchangeable. I googled for awhile but I couldn't find any, can anyone link a list or help? Thanks!
Originally posted by: tfinch2
Sorry for not being more clear
But a function in POP is called a method in OOP. A class in OOP is called a ________ in POP...
Originally posted by: tfinch2
Well it's on a particular exam that I am taking for tomorrow. I am fine doing all the programming work but I need a list of the interchangeable terms.
Originally posted by: tfinch2
Here's a sample question:
In object oriented terminology the term "class" refers to what term in procedure oriented terminology?
Originally posted by: Zugzwang152
Originally posted by: tfinch2
Here's a sample question:
In object oriented terminology the term "class" refers to what term in procedure oriented terminology?
structure maybe? I could have sworn procedural languages can use classes as well.
Originally posted by: tfinch2
Originally posted by: Zugzwang152
Originally posted by: tfinch2
Here's a sample question:
In object oriented terminology the term "class" refers to what term in procedure oriented terminology?
structure maybe? I could have sworn procedural languages can use classes as well.
They can! lol...that's why I'm so confused...