what is difference between c++ language and java language
Answer Posted / srinivas reddy
both are oop languages.But we can efficiently programming with java because it is having more features like servlets,applets,
event handling.And also java is used in internet applications.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Why is abstraction needed?
What is encapsulation and abstraction? How are they implemented in C++?
What is advantage of inheritance?
How do you achieve runtime polymorphism?
what are the realtime excercises in C++?
What is the problem with multiple inheritance?
Can static class have constructor?
Why we use classes in oop?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
How long to learn object oriented programming?
What is the main feature of oop?
What is pointer in oop?
What does it mean when someone says I oop?
is there any choice in opting subjects like 4 out of 7
What is the significance of classes in oop?