What is the main difference between C++ and Java
Answer Posted / fara
java has application programme and applet programme. c++ is not like that
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
write string class as your own class in java without using any built-in function
What is static modifier?
Why do we use encapsulation in oops?
What is the point of oop?
What is the real life example of polymorphism?
#include
What is use of overloading?
What is abstraction encapsulation?
Can an interface inherit a class?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How long to learn object oriented programming?
What is oops?what is its use in software engineering?
What are classes oop?
What is destructor oops?
Can private class be inherited?