What is the difference between C++ and java?
Answer Posted / vijay pratap
The difference between java & C++.
i- Java is a platform independent language,
ii-In java, you can't use VIRTUAL key word.
iii-Java is not fully object oriented programming language.
C++
i-C++ is a fully OOP language.
ii-You can use the VIRTUAL keyword in C++.
iii-C++ is a plateform dependent Language.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is destructor give example?
What are the benefits of polymorphism?
2. Give the different notations for the class.\
Why do we use inheritance?
Is html an oop?
What is the real life example of polymorphism?
what is the sylabus for priliminaries?
what is graphics
Why is polymorphism needed?
State what is encapsulation and friend function?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
How is polymorphism achieved?
Why do we need oop?
#include
What makes a language oop?