what is difference between c++ language and java language
Answer Posted / selva kumar.r
In C++ we can use Inheritance.
there are various types of inheritance in c++
they are
* Simple / Single
* Multilevel
* Hierarchical
* Multiple
* Hybrid
Wheares in Java instead of Inheritance, we can use Interface
This is the major and main difference between C++ and
Java.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is abstraction in oops with example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
to find out the minimum of two integer number of two different classes using friend function
what type of questions
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?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is oops with example?
What are constructors in oop?
What is coupling in oop?
What does sksksk mean in text slang?
What is polymorphism used for?
What is the highest level of cohesion?
What is encapsulation and abstraction? How are they implemented in C++?
What is abstraction in oops?
What are the three parts of a simple empty class?