A7med,
Quote:
|
I need aid in picking another language that supports OOP for example and more suitable and dynamic when it comes to real world problems
|
There several OOP programming languages: PHP, CSS, Java, C#, and etc. This depends on what you want to do.
Quote:
|
Edit :To be specific I have some questions like What is .Net and C# and how are they related to each other and which is more powerful C++ or Java ?
|
I suppose it depends on what you choose to do with the programming language you use. C++ is usually known to be one of the most powerful languages but may not be suitable for what you want to do. It can be used to develop both desktop and web applications and so Java. Java, on the other hand, is versatile. That means it can be used to develop an application that can be used and installed on any computer no matter the platform without creating several versions for each. You simply create your program and use different compilers to make the executable versions for the other platforms.