What is the difference between C++ and java?

Answer Posted / poorna

c++ and java these both are object oriented programming
langauge but java elimainated some of the difficulty of
pointers are eliminated in java

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are classes oop?

596


Why interface is used?

549


Why is oop useful?

600


Which is better struts or spring?

616


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.

2571






What are the advantages of polymorphism?

573


What are the two different types of polymorphism?

669


what are the ways in which a constructors can be called?

1581


What is methods in oop?

537


What is polymorphism what are the different types of polymorphism?

561


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


What is purpose of inheritance?

643


What is polymorphism give a real life example?

557


Explain the advantages of inheritance.

670


What is inheritance and how many types of inheritance?

614