what is difference between c++ language and java language
Answer Posted / sakthi
C++ is partial object oriented language. we can able to
write program with out class.
Java is pure object oriented language. we can't able to
write program with out class.
java does not support pointer and multiple inheritance
concept. instead of multiple inheritance we are using
interface concept in java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is new keyword in oops?
What does it mean when someone says I oop?
What is the difference between a mixin and inheritance?
Can we have inheritance without polymorphism?
What is destructor in oop?
What exactly is polymorphism?
How do you define social class?
Write a program to sort the number with different sorts in one program ??
Can enum be null?
What is encapsulation example?
What are the components of marker interface?
What is polymorphism explain its types?
How many human genes are polymorphic?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Is abstract thinking intelligence?