what is the difference between Cpp And Java
Answer Posted / hady daaboul
java is a 100% oop language.that doesnt mean that who
developed it are proffessionals actually advantages in java
over cpp revealed disadvantages too..like the pointers
concept ..well yea java doesnt have pointers as users think
but its pointers based ... there is no way but that .java
doesnt allow overloading functions but it developed ready
packages rather than overloading...Well eventually this is
a hard debate that will not end coz in my point of view cpp
should be treated as a mother Language..It is really a
super powerfull language ..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens if constructor is private?
Why singleton pattern is better than creating singleton class with static instance?
Can we have static methods in an interface?
In the below example, how many string objects are created?
How can the checkbox class be used to create a radio button?
What are the differences between c++ and java?
Why arraylist is not synchronized in java example?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is another word for methodology?
How to implement an arraylist in java?
Should you use singleton pattern?
What is member in java?
Why is string builder not thread safe?
What do you mean by collectors in java 8?
Is main a keyword in java?