what is the difference between Cpp And Java
Answer Posted / shankar
every one says java does not supports multiple inheritance
but in java the multiple inheritance will be done .by using
interface concept there the multiple inheritance will be
done.
cpp had pointers
java does not had pointers
| Is This Answer Correct ? | 70 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the size and capacity of a vector?
For class CFoo { }; what default methods will the compiler generate for you>?
What do you mean by formatting?
What are the library functions in java?
What is difference between stringbuffer and string?
How objects are stored in java?
How can we use primitive data types as objects?
What is core java used for?
How many digits can a float hold?
What is type conversion in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What are the main uses of the super keyword?
What is an immutable class? How to create an immutable class?
What is xslt in java?
What are default methods ?