what is difference between c++ language and java language

Answer Posted / sakthi

C++ is partial object oriented language. we can able to
write program with out class.
Java is pure object oriented language. we can't able to
write program with out class.
java does not support pointer and multiple inheritance
concept. instead of multiple inheritance we are using
interface concept in java.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multilevel inheritance?

714


What is class and object with example?

578


What are two types of polymorphism?

603


What is destructor example?

587


What is abstract class in oops?

589






What is the important feature of inheritance?

624


When not to use object oriented programming?

561


write knight tour problem which is present in datastructure

2154


What are the important components of cohesion?

546


What is overriding vs overloading?

573


What is the difference between encapsulation and polymorphism?

580


What is a class oop?

584


How do you achieve polymorphism?

605


What are the 3 pillars of oop?

607


What is destructor give example?

593