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


Please Help Members By Posting Answers For Below Questions

What is an interface in oop?

591


any one please tell me the purpose of operator overloading

1962


What is this pointer in oop?

550


What is abstraction encapsulation?

653


officer say me - i am offered to a smoking , then what can you say

1576






What is abstraction in oop?

626


What is polymorphism what are the different types of polymorphism?

557


What is oops in programming?

561


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

624


What is difference between multiple inheritance and multilevel inheritance?

599


What is encapsulation in oops?

533


Why do we need oop?

657


What is the main purpose of inheritance law?

666


Do you know about multiple inheritance?

637


What are benefits of oop?

631