Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
is object-oriented programming language considered computer dependent?
This is not homework, I am just wondering.
Sorry I am not trying to sound stupid about it, and I figured that it was computer dependant, I just wanted to make sure I am actually understanding.
2 Answers
- 1 decade agoFavorite Answer
No .. it is not computer dependent because it is a high level language .. u write the same code and compile it on different compilers to run on different machines with different architectures. For example, C++ is a high level language and it's object oriented .. and lets say that u need to write a c++ program to run on a PC (intel or AMD machine) and on a SPARC or PowerPC machine (like the old MACs) .. then you write the same code and compile it on different compilers .. each compiler compiles your code to the specific machine-dependent assembly language..
I HOPE THIS WAS HELPFUL
Source(s): I'm a fourth year Computer System Engineering Student :) - Anonymous1 decade ago
I think you need to clarify your question. As a programming language, it would require a computer and therefore would be computer dependant.