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 are the realtime excercises in C++?
What are the three parts of a simple empty class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
why reinterpret cast is considered dangerous?
What is object in oop?
Can you inherit a private class?
What is the example of polymorphism?
What is destructor example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Please send ford technologies placement paper 2 my mail id
What is constructor overloading in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What do you mean by Encapsulation?
How can you overcome the diamond problem in inheritance?
Why polymorphism is used in oops?