answersLogoWhite

0

Short answer: They're the same.

Due to technical limitations, we on WikiAnswers cannot write C++ in the question field. So we must write "C plus plus." Unfortunately, we're also lazy. So we write "cpp" as an abbreviation.

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
More answers

I'm assuming by object code you are referring to object oriented programming (OOP).

C++ is a programming language, which is a way of describing what you want to happen in a program in 'code', which a compiler will convert into complicated and intrinsic instructions that the CPU inside your computer can run through millions of times a second. Other languages have a different structure of writing things, but they all boil down to converted instructions running through the CPU.

OOP is a style or practise of programming were instead of writing what you want the CPU to do in big lists, you group those lists and the data associated with them into 'objects'. This is a way of splitting up gigantic amounts of code in a way programmers can better interpret and understand. There is a lot more to OOP, but that is the very essence.

C++ as a language, supports this style of dividing code (which its predecessor C did not), meaning that you can right OOP code in C++, however it is not nearly the only programming language to do so.

Hope this explained this for you!

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between c plus plus and object code?
Write your answer...
Submit
Still have questions?
magnify glass
imp