What is the main difference between C++ and Java
Answer Posted / kalyan
c++ is platform dependent and java is platform independent language. system programming is written using c,c++ and web based applications can be developed by java.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Whats is abstraction in oops?
how to get the oracle certification? send me the answer
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Can main method override?
What are classes oop?
What are benefits of oop?
What is the main purpose of inheritance law?
Why we use classes in oop?
What are the important components of cohesion?
Why do we use encapsulation in oops?
Why do we use oops?
What is abstraction in oop with example?
What is variable example?
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 is overriding in oop?